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

  /external/bluetooth/bluedroid/bta/gatt/
bta_gattc_api.c 235 ** 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)
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;
    [all...]
bta_gattc_utils.c 438 if (p_data->api_search.p_srvc_uuid)
453 if (p_data->api_search.p_srvc_uuid)
457 p_buf->p_srvc_uuid = (tBT_UUID *)(p_buf + 1);
458 memcpy(p_buf->p_srvc_uuid, p_data->api_search.p_srvc_uuid,
    [all...]
bta_gattc_int.h 170 tBT_UUID *p_srvc_uuid; member in struct:__anon2948
bta_gattc_act.c     [all...]
  /external/bluetooth/bluedroid/bta/dm/
bta_dm_act.c     [all...]
bta_dm_int.h 816 tBT_UUID *p_srvc_uuid; member in struct:__anon2927
  /external/bluetooth/bluedroid/bta/include/
bta_gatt_api.h 671 ** p_srvc_uuid: a UUID of the service application is interested in.
677 BTA_API extern void BTA_GATTC_ServiceSearchRequest(UINT16 conn_id, tBT_UUID *p_srvc_uuid);
    [all...]

Completed in 812 milliseconds