Searched defs:p_start_rec (Results 1 - 3 of 3) sorted by relevance

/external/bluetooth/bluedroid/bta/hl/
H A Dbta_hl_sdp.c372 ** If the p_start_rec pointer is NULL, it looks from the beginning
374 ** p_start_rec.
380 const tSDP_DISC_REC *p_start_rec)
391 if (!p_start_rec)
398 p_rec = p_start_rec->p_next_rec;
379 bta_hl_find_sink_or_src_srv_class_in_db(const tSDP_DISCOVERY_DB *p_db, const tSDP_DISC_REC *p_start_rec) argument
/external/bluetooth/bluedroid/stack/sdp/
H A Dsdp_api.c255 ** If the p_start_rec pointer is NULL, it looks from the beginning
257 ** p_start_rec.
263 tSDP_DISC_REC *p_start_rec)
273 if (!p_start_rec)
276 p_rec = p_start_rec->p_next_rec;
468 ** If the p_start_rec pointer is NULL, it looks from the beginning
470 ** p_start_rec.
475 tSDP_DISC_REC *SDP_FindServiceInDb (tSDP_DISCOVERY_DB *p_db, UINT16 service_uuid, tSDP_DISC_REC *p_start_rec) argument
485 if (!p_start_rec)
488 p_rec = p_start_rec
262 SDP_FindAttributeInDb(tSDP_DISCOVERY_DB *p_db, UINT16 attr_id, tSDP_DISC_REC *p_start_rec) argument
588 SDP_FindServiceInDb_128bit(tSDP_DISCOVERY_DB *p_db, tSDP_DISC_REC *p_start_rec) argument
654 SDP_FindServiceUUIDInDb(tSDP_DISCOVERY_DB *p_db, tBT_UUID *p_uuid, tSDP_DISC_REC *p_start_rec) argument
[all...]
/external/bluetooth/bluedroid/bta/gatt/
H A Dbta_gattc_cache.c1248 tBTA_GATT_ID *p_start_rec,
1287 if (p_start_rec != NULL && char_found == FALSE)
1290 if (bta_gattc_uuid_compare(p_start_rec->uuid, p_result->uuid, FALSE) &&
1291 p_start_rec->inst_id == p_attr->inst_id &&
1378 ** *p_start_rec: start the search from the next record
1379 ** after the one identified by *p_start_rec.
1391 tBTA_GATT_ID *p_start_rec,
1415 p_start_rec,
1245 bta_gattc_find_record(tBTA_GATTC_SERV *p_srcb, tBTA_GATTC_ATTR_TYPE attr_type, tBTA_GATT_SRVC_ID *p_service_id, tBTA_GATT_ID *p_start_rec, tBT_UUID * p_uuid_cond, tBTA_GATT_ID *p_result, void *p_param) argument
1388 bta_gattc_query_cache(UINT16 conn_id, tBTA_GATTC_ATTR_TYPE query_type, tBTA_GATT_SRVC_ID *p_srvc_id, tBTA_GATT_ID *p_start_rec, tBT_UUID *p_uuid_cond, tBTA_GATT_ID *p_output, void *p_param) argument

Completed in 80 milliseconds