Searched refs:bta_gattc_discover_procedure (Results 1 – 2 of 2) sorted by relevance
/external/bluetooth/bluedroid/bta/gatt/ |
D | bta_gattc_cache.c | 472 status = bta_gattc_discover_procedure(conn_id, p_server_cb, disc_type); in bta_gattc_discover_pri_service() 488 tBTA_GATT_STATUS bta_gattc_discover_procedure(UINT16 conn_id, tBTA_GATTC_SERV *p_server_cb, in bta_gattc_discover_procedure() function 527 return bta_gattc_discover_procedure(conn_id, p_srvc_cb, GATT_DISC_INC_SRVC); in bta_gattc_start_disc_include_srvc() 542 return bta_gattc_discover_procedure(conn_id, p_srvc_cb, GATT_DISC_CHAR); in bta_gattc_start_disc_char() 557 if (bta_gattc_discover_procedure(conn_id, p_srvc_cb, GATT_DISC_CHAR_DSCPT) != 0) in bta_gattc_start_disc_char_dscp()
|
D | bta_gattc_int.h | 538 extern tBTA_GATT_STATUS bta_gattc_discover_procedure(UINT16 conn_id, tBTA_GATTC_SERV *p_server_cb, …
|