Searched defs:disc_type (Results 1 – 6 of 6) sorted by relevance
/packages/modules/Bluetooth/system/bta/gatt/ |
D | bta_gattc_cache.cc | 201 tGATT_DISC_TYPE disc_type) { in bta_gattc_discover_pri_service() 460 void bta_gattc_disc_res_cback(tCONN_ID conn_id, tGATT_DISC_TYPE disc_type, tGATT_DISC_RES* p_data) { in bta_gattc_disc_res_cback() 498 void bta_gattc_disc_cmpl_cback(tCONN_ID conn_id, tGATT_DISC_TYPE disc_type, tGATT_STATUS status) { in bta_gattc_disc_cmpl_cback()
|
/packages/modules/Bluetooth/system/stack/gatt/ |
D | gatt_api.cc | 884 tGATT_STATUS GATTC_Discover(tCONN_ID conn_id, tGATT_DISC_TYPE disc_type, uint16_t start_handle, in GATTC_Discover() 928 tGATT_STATUS GATTC_Discover(tCONN_ID conn_id, tGATT_DISC_TYPE disc_type, uint16_t start_handle, in GATTC_Discover()
|
D | gatt_attr.cc | 482 static void gatt_disc_res_cback(tCONN_ID conn_id, tGATT_DISC_TYPE disc_type, in gatt_disc_res_cback()
|
D | gatt_utils.cc | 1667 tGATT_DISC_TYPE disc_type = GATT_DISC_MAX; in gatt_end_operation() local
|
/packages/modules/Bluetooth/system/test/mock/ |
D | mock_stack_gatt_api.cc | 125 tGATT_STATUS GATTC_Discover(uint16_t conn_id, tGATT_DISC_TYPE disc_type, uint16_t start_handle, in GATTC_Discover()
|
/packages/modules/Bluetooth/system/btif/src/ |
D | btif_gatt_client.cc | 716 static void btif_test_discovery_result_cback(tCONN_ID /* conn_id */, tGATT_DISC_TYPE disc_type, in btif_test_discovery_result_cback()
|