/packages/modules/Bluetooth/system/stack/gatt/ |
D | gatt_api.cc | 169 tGATT_STATUS GATTS_AddService(tGATT_IF gatt_if, btgatt_db_element_t* service, in GATTS_AddService() 366 bool GATTS_DeleteService(tGATT_IF gatt_if, Uuid* p_svc_uuid, in GATTS_DeleteService() 448 tGATT_IF gatt_if = GATT_GET_GATT_IF(conn_id); in GATTS_HandleValueIndication() local 545 tGATT_IF gatt_if = GATT_GET_GATT_IF(conn_id); in GATTS_HandleValueNotification() local 642 tGATT_IF gatt_if = GATT_GET_GATT_IF(conn_id); in GATTS_SendRsp() local 690 tGATT_IF gatt_if = GATT_GET_GATT_IF(conn_id); in GATTC_ConfigureMTU() local 873 tGATT_IF gatt_if = GATT_GET_GATT_IF(conn_id); in GATTC_Discover() local 939 tGATT_IF gatt_if = GATT_GET_GATT_IF(conn_id); in GATTC_Read() local 1046 tGATT_IF gatt_if = GATT_GET_GATT_IF(conn_id); in GATTC_Write() local 1094 tGATT_IF gatt_if = GATT_GET_GATT_IF(conn_id); in GATTC_ExecuteWrite() local [all …]
|
D | gatt_utils.cc | 877 tGATT_IF gatt_if = GATT_GET_GATT_IF(conn_id); in gatt_sr_send_req_callback() local 1030 tGATT_REG* gatt_get_regcb(tGATT_IF gatt_if) { in gatt_get_regcb() 1084 tGATT_IF gatt_if = GATT_GET_GATT_IF(conn_id); in gatt_clcb_alloc() local 1468 void gatt_sr_update_cback_cnt(tGATT_TCB& tcb, uint16_t cid, tGATT_IF gatt_if, in gatt_sr_update_cback_cnt() 1506 void gatt_sr_update_prep_cnt(tGATT_TCB& tcb, tGATT_IF gatt_if, bool is_inc, in gatt_sr_update_prep_cnt() 1526 bool gatt_cancel_open(tGATT_IF gatt_if, const RawAddress& bda) { in gatt_cancel_open() 1871 bool gatt_auto_connect_dev_remove(tGATT_IF gatt_if, const RawAddress& bd_addr) { in gatt_auto_connect_dev_remove()
|
D | gatt_main.cc | 220 uint8_t /* initiating_phys */, tGATT_IF gatt_if) { in gatt_connect() 242 tGATT_IF gatt_if) { in gatt_connect() 323 static bool gatt_update_app_hold_link_status(tGATT_IF gatt_if, tGATT_TCB* p_tcb, in gatt_update_app_hold_link_status() 360 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 | 40 #define GATT_CREATE_CONN_ID(tcb_idx, gatt_if) \ argument 289 tGATT_IF gatt_if; /* this service is belong to which application */ member 412 tGATT_IF gatt_if; member
|
D | gatt_sr.cc | 305 tGATT_STATUS gatt_sr_process_app_rsp(tGATT_TCB& tcb, tGATT_IF gatt_if, in gatt_sr_process_app_rsp() 370 tGATT_IF gatt_if; in gatt_process_exec_write_req() local
|
/packages/modules/Bluetooth/system/bta/gatt/ |
D | bta_gatts_act.cc | 367 tGATT_IF gatt_if; in bta_gatts_indicate_handle() local 503 tGATT_IF gatt_if; in bta_gatts_close() local 547 tGATT_IF gatt_if; in bta_gatts_send_request_cback() local 588 static void bta_gatts_conn_cback(tGATT_IF gatt_if, const RawAddress& bdaddr, in bta_gatts_conn_cback() 625 static void bta_gatts_phy_update_cback(tGATT_IF gatt_if, uint16_t conn_id, in bta_gatts_phy_update_cback() 643 static void bta_gatts_conn_update_cback(tGATT_IF gatt_if, uint16_t conn_id, in bta_gatts_conn_update_cback() 662 static void bta_gatts_subrate_chg_cback(tGATT_IF gatt_if, uint16_t conn_id, in bta_gatts_subrate_chg_cback() 694 tGATT_IF gatt_if; in bta_gatts_cong_cback() local
|
D | bta_gattc_act.cc | 522 tGATT_IF gatt_if; in bta_gattc_conn() local 1581 tGATT_IF gatt_if; in bta_gattc_process_indicate() local 1725 static void bta_gattc_phy_update_cback(tGATT_IF gatt_if, uint16_t conn_id, in bta_gattc_phy_update_cback() 1744 static void bta_gattc_conn_update_cback(tGATT_IF gatt_if, uint16_t conn_id, in bta_gattc_conn_update_cback() 1763 static void bta_gattc_subrate_chg_cback(tGATT_IF gatt_if, uint16_t conn_id, in bta_gattc_subrate_chg_cback()
|
D | bta_gatts_int.h | 143 tGATT_IF gatt_if; member
|
D | bta_gattc_utils.cc | 512 tGATT_IF gatt_if; in bta_gattc_clear_notif_registration() local
|
/packages/modules/Bluetooth/system/test/mock/ |
D | mock_stack_gatt_api.cc | 159 tGATT_STATUS GATTS_AddService(tGATT_IF gatt_if, btgatt_db_element_t* service, in GATTS_AddService() 164 bool GATTS_DeleteService(tGATT_IF gatt_if, Uuid* p_svc_uuid, in GATTS_DeleteService() 197 bool GATT_CancelConnect(tGATT_IF gatt_if, const RawAddress& bd_addr, in GATT_CancelConnect() 203 bool GATT_Connect(tGATT_IF gatt_if, const RawAddress& bd_addr, tBLE_ADDR_TYPE addr_type, in GATT_Connect() 211 void GATT_Deregister(tGATT_IF gatt_if) { in GATT_Deregister() 219 bool GATT_GetConnIdIfConnected(tGATT_IF gatt_if, const RawAddress& bd_addr, in GATT_GetConnIdIfConnected() 243 void GATT_StartIf(tGATT_IF gatt_if) { in GATT_StartIf() 259 bool GATT_Connect(tGATT_IF gatt_if, const RawAddress& bd_addr, in GATT_Connect()
|
/packages/modules/Bluetooth/system/bta/vc/ |
D | device.cc | 36 void VolumeControlDevice::DeregisterNotifications(tGATT_IF gatt_if) { in DeregisterNotifications() 52 void VolumeControlDevice::Disconnect(tGATT_IF gatt_if) { in Disconnect() 231 bool VolumeControlDevice::subscribe_for_notifications(tGATT_IF gatt_if, in subscribe_for_notifications() 260 tGATT_IF gatt_if, GATT_READ_OP_CB chrc_read_cb, in EnqueueInitialRequests() 295 tGATT_IF gatt_if, GATT_READ_OP_CB chrc_read_cb, in EnqueueRemainingRequests()
|
D | devices.h | 217 void Disconnect(tGATT_IF gatt_if) { in Disconnect()
|
D | devices_test.cc | 132 tGATT_IF gatt_if = 8; in TEST_F() local 468 tGATT_IF gatt_if = 0x0001; in TEST_F() local 536 tGATT_IF gatt_if = 0x0001; in TEST_F() local
|
/packages/modules/Bluetooth/system/stack/test/gatt/ |
D | stack_gatt_test.cc | 82 void tGATT_CONN_CBACK(tGATT_IF gatt_if, const RawAddress& bda, uint16_t conn_id, in tGATT_CONN_CBACK() 88 void tGATT_ENC_CMPL_CB(tGATT_IF gatt_if, const RawAddress& bda) {} in tGATT_ENC_CMPL_CB() 89 void tGATT_PHY_UPDATE_CB(tGATT_IF gatt_if, uint16_t conn_id, uint8_t tx_phy, in tGATT_PHY_UPDATE_CB() 91 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 | 56 void gatt_update_app_use_link_flag(tGATT_IF gatt_if, tGATT_TCB* p_tcb, in gatt_update_app_use_link_flag()
|
D | gatt_sr_test.cc | 118 void gatt_update_app_use_link_flag(tGATT_IF gatt_if, tGATT_TCB* p_tcb, in gatt_update_app_use_link_flag()
|
/packages/modules/Bluetooth/system/stack/srvc/ |
D | srvc_eng_int.h | 52 tGATT_IF gatt_if; member
|
/packages/modules/Bluetooth/system/rust/src/gatt/ffi/ |
D | gatt_shim.cc | 38 tGATT_IF gatt_if; in AddressOfConnection() local
|
/packages/modules/Bluetooth/system/bta/le_audio/ |
D | device_groups.cc | 1819 void LeAudioDeviceGroup::Disable(int gatt_if) { in Disable() 1844 void LeAudioDeviceGroup::Enable(int gatt_if, in Enable() 1871 void LeAudioDeviceGroup::AddToAllowListNotConnectedGroupMembers(int gatt_if) { in AddToAllowListNotConnectedGroupMembers() 1901 int gatt_if, tBTM_BLE_CONN_TYPE reconnection_mode) { in ApplyReconnectionMode()
|
D | devices.cc | 1300 int group_id, int gatt_if, tBTM_BLE_CONN_TYPE reconnection_mode, in SetInitialGroupAutoconnectState()
|
/packages/modules/Bluetooth/system/stack/gap/ |
D | gap_ble.cc | 88 tGATT_IF gatt_if; variable
|
/packages/modules/Bluetooth/system/bta/hh/ |
D | bta_hh_int.h | 241 tGATT_IF gatt_if; member
|
/packages/modules/Bluetooth/system/btif/src/ |
D | btif_gatt_client.cc | 77 tGATT_IF gatt_if; member
|
/packages/modules/Bluetooth/system/bta/csis/ |
D | csis_client_test.cc | 716 const uint8_t gatt_if = 0xff; member in bluetooth::csis::internal::__anon6ed6c0780111::CsisClientTest
|
/packages/modules/Bluetooth/system/bta/hearing_aid/ |
D | hearing_aid.cc | 1975 uint8_t gatt_if; member in __anon39b8338d0111::HearingAidImpl
|