/system/bt/test/mock/ |
D | mock_bta_vc_device.cc | 43 tGATT_IF gatt_if, GATT_READ_OP_CB chrc_read_cb, in EnqueueInitialRequests() 65 bool VolumeControlDevice::subscribe_for_notifications(tGATT_IF gatt_if, in subscribe_for_notifications() 82 void VolumeControlDevice::Disconnect(tGATT_IF gatt_if) { in Disconnect() 86 tGATT_IF gatt_if, GATT_READ_OP_CB chrc_read_cb, in EnqueueRemainingRequests()
|
D | mock_stack_gatt.cc | 41 bool GATTS_DeleteService(tGATT_IF gatt_if, Uuid* p_svc_uuid, in GATTS_DeleteService() 50 bool GATT_CancelConnect(tGATT_IF gatt_if, const RawAddress& bd_addr, in GATT_CancelConnect() 55 bool GATT_Connect(tGATT_IF gatt_if, const RawAddress& bd_addr, bool is_direct, in GATT_Connect() 60 bool GATT_Connect(tGATT_IF gatt_if, const RawAddress& bd_addr, bool is_direct, in GATT_Connect() 66 bool GATT_GetConnIdIfConnected(tGATT_IF gatt_if, const RawAddress& bd_addr, in GATT_GetConnIdIfConnected() 123 tGATT_STATUS GATTS_AddService(tGATT_IF gatt_if, btgatt_db_element_t* service, in GATTS_AddService() 154 void GATT_Deregister(tGATT_IF gatt_if) { mock_function_count_map[__func__]++; } in GATT_Deregister() 159 void GATT_StartIf(tGATT_IF gatt_if) { mock_function_count_map[__func__]++; } in GATT_StartIf()
|
D | mock_stack_gatt_main.cc | 50 tGATT_IF gatt_if) { in gatt_connect() 58 bool gatt_update_app_hold_link_status(tGATT_IF gatt_if, tGATT_TCB* p_tcb, in gatt_update_app_hold_link_status() 108 void gatt_update_app_use_link_flag(tGATT_IF gatt_if, tGATT_TCB* p_tcb, in gatt_update_app_use_link_flag()
|
/system/bt/stack/gatt/ |
D | gatt_api.cc | 170 tGATT_STATUS GATTS_AddService(tGATT_IF gatt_if, btgatt_db_element_t* service, in GATTS_AddService() 358 bool GATTS_DeleteService(tGATT_IF gatt_if, Uuid* p_svc_uuid, in GATTS_DeleteService() 439 tGATT_IF gatt_if = GATT_GET_GATT_IF(conn_id); in GATTS_HandleValueIndication() local 502 tGATT_IF gatt_if = GATT_GET_GATT_IF(conn_id); in GATTS_HandleValueNotification() local 555 tGATT_IF gatt_if = GATT_GET_GATT_IF(conn_id); in GATTS_SendRsp() local 605 tGATT_IF gatt_if = GATT_GET_GATT_IF(conn_id); in GATTC_ConfigureMTU() local 666 tGATT_IF gatt_if = GATT_GET_GATT_IF(conn_id); in GATTC_Discover() local 739 tGATT_IF gatt_if = GATT_GET_GATT_IF(conn_id); in GATTC_Read() local 820 tGATT_IF gatt_if = GATT_GET_GATT_IF(conn_id); in GATTC_Write() local 873 tGATT_IF gatt_if = GATT_GET_GATT_IF(conn_id); in GATTC_ExecuteWrite() local [all …]
|
D | gatt_utils.cc | 779 tGATT_IF gatt_if = GATT_GET_GATT_IF(conn_id); in gatt_sr_send_req_callback() local 917 tGATT_REG* gatt_get_regcb(tGATT_IF gatt_if) { in gatt_get_regcb() 950 tGATT_IF gatt_if = GATT_GET_GATT_IF(conn_id); in gatt_is_clcb_allocated() local 1001 tGATT_IF gatt_if = GATT_GET_GATT_IF(conn_id); in gatt_clcb_alloc() local 1340 void gatt_sr_update_cback_cnt(tGATT_TCB& tcb, uint16_t cid, tGATT_IF gatt_if, in gatt_sr_update_cback_cnt() 1374 void gatt_sr_update_prep_cnt(tGATT_TCB& tcb, tGATT_IF gatt_if, bool is_inc, in gatt_sr_update_prep_cnt() 1395 bool gatt_cancel_open(tGATT_IF gatt_if, const RawAddress& bda) { in gatt_cancel_open() 1614 bool gatt_auto_connect_dev_remove(tGATT_IF gatt_if, const RawAddress& bd_addr) { in gatt_auto_connect_dev_remove()
|
D | gatt_main.cc | 213 tGATT_IF gatt_if) { in gatt_connect() 286 bool gatt_update_app_hold_link_status(tGATT_IF gatt_if, tGATT_TCB* p_tcb, in gatt_update_app_hold_link_status() 322 void gatt_update_app_use_link_flag(tGATT_IF gatt_if, tGATT_TCB* p_tcb, in gatt_update_app_use_link_flag()
|
D | gatt_int.h | 36 #define GATT_CREATE_CONN_ID(tcb_idx, gatt_if) \ argument 282 tGATT_IF gatt_if; /* this service is belong to which application */ member 394 tGATT_IF gatt_if; member
|
D | gatt_sr.cc | 274 tGATT_STATUS gatt_sr_process_app_rsp(tGATT_TCB& tcb, tGATT_IF gatt_if, in gatt_sr_process_app_rsp() 340 tGATT_IF gatt_if; in gatt_process_exec_write_req() local
|
D | gatt_attr.cc | 329 static void gatt_connect_cback(UNUSED_ATTR tGATT_IF gatt_if, in gatt_connect_cback()
|
/system/bt/bta/vc/ |
D | device.cc | 29 void VolumeControlDevice::Disconnect(tGATT_IF gatt_if) { in Disconnect() 155 bool VolumeControlDevice::subscribe_for_notifications(tGATT_IF gatt_if, in subscribe_for_notifications() 184 tGATT_IF gatt_if, GATT_READ_OP_CB chrc_read_cb, in EnqueueInitialRequests() 207 tGATT_IF gatt_if, GATT_READ_OP_CB chrc_read_cb, in EnqueueRemainingRequests()
|
D | devices.h | 170 void Disconnect(tGATT_IF gatt_if) { in Disconnect()
|
D | devices_test.cc | 129 tGATT_IF gatt_if = 8; in TEST_F() local 340 tGATT_IF gatt_if = 0x0001; in TEST_F() local 404 tGATT_IF gatt_if = 0x0001; in TEST_F() local
|
D | vc_test.cc | 398 const uint8_t gatt_if = 0xff; member in bluetooth::vc::internal::__anon0e49f4590111::VolumeControlTest
|
/system/bt/bta/gatt/ |
D | bta_gatts_act.cc | 372 tGATT_IF gatt_if; in bta_gatts_indicate_handle() local 500 tGATT_IF gatt_if; in bta_gatts_close() local 542 tGATT_IF gatt_if; in bta_gatts_send_request_cback() local 584 static void bta_gatts_conn_cback(tGATT_IF gatt_if, const RawAddress& bdaddr, in bta_gatts_conn_cback() 621 static void bta_gatts_phy_update_cback(tGATT_IF gatt_if, uint16_t conn_id, in bta_gatts_phy_update_cback() 639 static void bta_gatts_conn_update_cback(tGATT_IF gatt_if, uint16_t conn_id, in bta_gatts_conn_update_cback() 669 tGATT_IF gatt_if; in bta_gatts_cong_cback() local
|
D | bta_gattc_act.cc | 468 tGATT_IF gatt_if; in bta_gattc_conn() local 1290 tGATT_IF gatt_if; in bta_gattc_process_indicate() local 1414 static void bta_gattc_phy_update_cback(tGATT_IF gatt_if, uint16_t conn_id, in bta_gattc_phy_update_cback() 1433 static void bta_gattc_conn_update_cback(tGATT_IF gatt_if, uint16_t conn_id, in bta_gattc_conn_update_cback()
|
D | bta_gattc_utils.cc | 377 tGATT_IF gatt_if; in bta_gattc_clear_notif_registration() local
|
D | bta_gatts_int.h | 133 tGATT_IF gatt_if; member
|
/system/bt/stack/test/gatt/ |
D | stack_gatt_test.cc | 52 void tGATT_CONN_CBACK(tGATT_IF gatt_if, const RawAddress& bda, uint16_t conn_id, in tGATT_CONN_CBACK() 58 void tGATT_ENC_CMPL_CB(tGATT_IF gatt_if, const RawAddress& bda) {} in tGATT_ENC_CMPL_CB() 59 void tGATT_PHY_UPDATE_CB(tGATT_IF gatt_if, uint16_t conn_id, uint8_t tx_phy, in tGATT_PHY_UPDATE_CB() 61 void tGATT_CONN_UPDATE_CB(tGATT_IF gatt_if, uint16_t conn_id, uint16_t interval, in tGATT_CONN_UPDATE_CB()
|
D | mock_gatt_utils_ref.cc | 64 void gatt_update_app_use_link_flag(tGATT_IF gatt_if, tGATT_TCB* p_tcb, in gatt_update_app_use_link_flag()
|
/system/bt/stack/test/common/ |
D | mock_gatt_main.cc | 49 tGATT_IF gatt_if) { in gatt_connect() 57 bool gatt_update_app_hold_link_status(tGATT_IF gatt_if, tGATT_TCB* p_tcb, in gatt_update_app_hold_link_status() 108 void gatt_update_app_use_link_flag(tGATT_IF gatt_if, tGATT_TCB* p_tcb, in gatt_update_app_use_link_flag()
|
/system/bt/stack/srvc/ |
D | srvc_eng_int.h | 51 tGATT_IF gatt_if; member
|
D | srvc_eng.cc | 327 static void srvc_eng_connect_cback(UNUSED_ATTR tGATT_IF gatt_if, in srvc_eng_connect_cback()
|
/system/bt/btif/src/ |
D | btif_gatt_test.cc | 48 tGATT_IF gatt_if; member
|
/system/bt/stack/gap/ |
D | gap_ble.cc | 81 tGATT_IF gatt_if; variable
|
/system/bt/bta/hh/ |
D | bta_hh_int.h | 240 tGATT_IF gatt_if; member
|