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

/external/bluetooth/bluedroid/bta/gatt/
H A Dbta_gattc_api.c235 ** p_srvc_uuid: a UUID of the service application is interested in.
241 void BTA_GATTC_ServiceSearchRequest (UINT16 conn_id, tBT_UUID *p_srvc_uuid) argument
253 if (p_srvc_uuid)
255 p_buf->p_srvc_uuid = (tBT_UUID *)(p_buf + 1);
256 memcpy(p_buf->p_srvc_uuid, p_srvc_uuid, sizeof(tBT_UUID));
259 p_buf->p_srvc_uuid = NULL;
H A Dbta_gattc_int.h172 tBT_UUID *p_srvc_uuid; member in struct:__anon542
/external/bluetooth/bluedroid/bta/dm/
H A Dbta_dm_int.h818 tBT_UUID *p_srvc_uuid; member in struct:__anon521

Completed in 51 milliseconds