OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full: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
172
tBT_UUID *
p_srvc_uuid
;
member in struct:__anon232
bta_gattc_act.c
[
all
...]
/external/bluetooth/bluedroid/bta/dm/
bta_dm_act.c
[
all
...]
bta_dm_int.h
818
tBT_UUID *
p_srvc_uuid
;
member in struct:__anon211
/external/bluetooth/bluedroid/bta/include/
bta_gatt_api.h
679
**
p_srvc_uuid
: a UUID of the service application is interested in.
685
BTA_API extern void BTA_GATTC_ServiceSearchRequest(UINT16 conn_id, tBT_UUID *
p_srvc_uuid
);
[
all
...]
Completed in 3394 milliseconds