OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:bta_gattc_discover_procedure
(Results
1 - 2
of
2
) sorted by null
/external/bluetooth/bluedroid/bta/gatt/
bta_gattc_cache.c
436
return
bta_gattc_discover_procedure
(conn_id, p_server_cb, disc_type);
445
** Function
bta_gattc_discover_procedure
452
tBTA_GATT_STATUS
bta_gattc_discover_procedure
(UINT16 conn_id, tBTA_GATTC_SERV *p_server_cb, UINT8 disc_type)
function
490
return
bta_gattc_discover_procedure
(conn_id, p_srvc_cb, GATT_DISC_INC_SRVC);
505
return
bta_gattc_discover_procedure
(conn_id, p_srvc_cb, GATT_DISC_CHAR);
520
if (
bta_gattc_discover_procedure
(conn_id, p_srvc_cb, GATT_DISC_CHAR_DSCPT) != 0)
[
all
...]
bta_gattc_int.h
474
extern tBTA_GATT_STATUS
bta_gattc_discover_procedure
(UINT16 conn_id, tBTA_GATTC_SERV *p_server_cb, UINT8 disc_type);
Completed in 24 milliseconds