HomeSort by relevance Sort by last modified time
    Searched refs:p_srvc_uuid (Results 1 - 6 of 6) sorted by null

  /external/bluetooth/bluedroid/bta/gatt/
bta_gattc_api.c 264 ** p_srvc_uuid: a UUID of the service application is interested in.
270 void BTA_GATTC_ServiceSearchRequest (UINT16 conn_id, tBT_UUID *p_srvc_uuid)
282 if (p_srvc_uuid)
284 p_buf->p_srvc_uuid = (tBT_UUID *)(p_buf + 1);
285 memcpy(p_buf->p_srvc_uuid, p_srvc_uuid, sizeof(tBT_UUID));
288 p_buf->p_srvc_uuid = NULL;
    [all...]
bta_gattc_int.h 174 tBT_UUID *p_srvc_uuid; member in struct:__anon5181
bta_gattc_act.c     [all...]
  /external/bluetooth/bluedroid/bta/dm/
bta_dm_act.c     [all...]
bta_dm_int.h 1004 tBT_UUID *p_srvc_uuid; member in struct:__anon5160
    [all...]
  /external/bluetooth/bluedroid/bta/include/
bta_gatt_api.h 738 ** p_srvc_uuid: a UUID of the service application is interested in.
744 BTA_API extern void BTA_GATTC_ServiceSearchRequest(UINT16 conn_id, tBT_UUID *p_srvc_uuid);
    [all...]

Completed in 191 milliseconds