/packages/modules/Bluetooth/system/stack/gatt/ |
D | gatt_api.cc | 179 tGATT_STATUS GATTS_AddService(tGATT_IF gatt_if, btgatt_db_element_t* service, int count) { in GATTS_AddService() 383 bool GATTS_DeleteService(tGATT_IF gatt_if, Uuid* p_svc_uuid, uint16_t svc_inst) { in GATTS_DeleteService() 464 tGATT_IF gatt_if = gatt_get_gatt_if(conn_id); in GATTS_HandleValueIndication() local 562 tGATT_IF gatt_if = gatt_get_gatt_if(conn_id); in GATTS_HandleValueNotification() local 657 tGATT_IF gatt_if = gatt_get_gatt_if(conn_id); in GATTS_SendRsp() local 705 tGATT_IF gatt_if = gatt_get_gatt_if(conn_id); in GATTC_ConfigureMTU() local 886 tGATT_IF gatt_if = gatt_get_gatt_if(conn_id); in GATTC_Discover() local 948 tGATT_IF gatt_if = gatt_get_gatt_if(conn_id); in GATTC_Read() local 1055 tGATT_IF gatt_if = gatt_get_gatt_if(conn_id); in GATTC_Write() local 1105 tGATT_IF gatt_if = gatt_get_gatt_if(conn_id); in GATTC_ExecuteWrite() local [all …]
|
D | gatt_utils.cc | 433 std::string get_client_name(uint8_t gatt_if) { in get_client_name() 450 for (auto gatt_if : p_tcb->app_hold_link) { in gatt_tcb_get_holders_info_string() local 889 tGATT_IF gatt_if = gatt_get_gatt_if(conn_id); in gatt_sr_send_req_callback() local 1041 tGATT_REG* gatt_get_regcb(tGATT_IF gatt_if) { in gatt_get_regcb() 1095 tGATT_IF gatt_if = gatt_get_gatt_if(conn_id); in gatt_clcb_alloc() local 1469 void gatt_sr_update_cback_cnt(tGATT_TCB& tcb, uint16_t cid, tGATT_IF gatt_if, bool is_inc, in gatt_sr_update_cback_cnt() 1509 void gatt_sr_update_prep_cnt(tGATT_TCB& tcb, tGATT_IF gatt_if, bool is_inc, bool is_reset_first) { in gatt_sr_update_prep_cnt() 1531 bool gatt_cancel_open(tGATT_IF gatt_if, const RawAddress& bda) { in gatt_cancel_open() 1831 bool gatt_auto_connect_dev_remove(tGATT_IF gatt_if, const RawAddress& bd_addr) { in gatt_auto_connect_dev_remove() 1839 tCONN_ID gatt_create_conn_id(tTCB_IDX tcb_idx, tGATT_IF gatt_if) { in gatt_create_conn_id()
|
D | gatt_main.cc | 221 tBT_TRANSPORT transport, uint8_t /* initiating_phys */, tGATT_IF gatt_if) { in gatt_connect() 310 static bool gatt_update_app_hold_link_status(tGATT_IF gatt_if, tGATT_TCB* p_tcb, bool is_add) { in gatt_update_app_hold_link_status() 357 void gatt_update_app_use_link_flag(tGATT_IF gatt_if, tGATT_TCB* p_tcb, bool is_add, in gatt_update_app_use_link_flag()
|
D | gatt_sr.cc | 315 tGATT_STATUS gatt_sr_process_app_rsp(tGATT_TCB& tcb, tGATT_IF gatt_if, uint32_t /* trans_id */, in gatt_sr_process_app_rsp() 380 tGATT_IF gatt_if; in gatt_process_exec_write_req() local
|
D | gatt_int.h | 288 tGATT_IF gatt_if; /* this service is belong to which application */ member 411 tGATT_IF gatt_if; member
|
/packages/modules/Bluetooth/system/bta/gatt/ |
D | bta_gatts_act.cc | 356 tGATT_IF gatt_if; in bta_gatts_indicate_handle() local 479 tGATT_IF gatt_if; in bta_gatts_close() local 522 tGATT_IF gatt_if; in bta_gatts_send_request_cback() local 561 static void bta_gatts_conn_cback(tGATT_IF gatt_if, const RawAddress& bdaddr, tCONN_ID conn_id, in bta_gatts_conn_cback() 598 static void bta_gatts_phy_update_cback(tGATT_IF gatt_if, tCONN_ID conn_id, uint8_t tx_phy, in bta_gatts_phy_update_cback() 615 static void bta_gatts_conn_update_cback(tGATT_IF gatt_if, tCONN_ID conn_id, uint16_t interval, in bta_gatts_conn_update_cback() 633 static void bta_gatts_subrate_chg_cback(tGATT_IF gatt_if, tCONN_ID conn_id, uint16_t subrate_factor, in bta_gatts_subrate_chg_cback() 664 tGATT_IF gatt_if; in bta_gatts_cong_cback() local
|
D | bta_gattc_act.cc | 144 for (auto& gatt_if : gatt_ifs) { in bta_gattc_disable() local 493 tGATT_IF gatt_if; in bta_gattc_conn() local 1537 tGATT_IF gatt_if; in bta_gattc_process_indicate() local 1675 static void bta_gattc_phy_update_cback(tGATT_IF gatt_if, tCONN_ID conn_id, uint8_t tx_phy, in bta_gattc_phy_update_cback() 1693 static void bta_gattc_conn_update_cback(tGATT_IF gatt_if, tCONN_ID conn_id, uint16_t interval, in bta_gattc_conn_update_cback() 1711 static void bta_gattc_subrate_chg_cback(tGATT_IF gatt_if, tCONN_ID conn_id, uint16_t subrate_factor, in bta_gattc_subrate_chg_cback()
|
D | bta_gatts_int.h | 143 tGATT_IF gatt_if; member
|
D | bta_gattc_utils.cc | 519 tGATT_IF gatt_if; in bta_gattc_clear_notif_registration() local
|
/packages/modules/Bluetooth/system/test/mock/ |
D | mock_stack_gatt_api.cc | 146 tGATT_STATUS GATTS_AddService(tGATT_IF gatt_if, btgatt_db_element_t* service, int count) { in GATTS_AddService() 150 bool GATTS_DeleteService(tGATT_IF gatt_if, Uuid* p_svc_uuid, uint16_t svc_inst) { in GATTS_DeleteService() 179 bool GATT_CancelConnect(tGATT_IF gatt_if, const RawAddress& bd_addr, bool is_direct) { in GATT_CancelConnect() 183 bool GATT_Connect(tGATT_IF gatt_if, const RawAddress& bd_addr, tBLE_ADDR_TYPE addr_type, in GATT_Connect() 191 void GATT_Deregister(tGATT_IF gatt_if) { in GATT_Deregister() 199 bool GATT_GetConnIdIfConnected(tGATT_IF gatt_if, const RawAddress& bd_addr, uint16_t* p_conn_id, in GATT_GetConnIdIfConnected() 221 void GATT_StartIf(tGATT_IF gatt_if) { in GATT_StartIf() 227 bool GATT_Connect(tGATT_IF gatt_if, const RawAddress& bd_addr, tBTM_BLE_CONN_TYPE connection_type, in GATT_Connect()
|
/packages/modules/Bluetooth/system/bta/vc/ |
D | device.cc | 48 void VolumeControlDevice::DeregisterNotifications(tGATT_IF gatt_if) { in DeregisterNotifications() 70 void VolumeControlDevice::Disconnect(tGATT_IF gatt_if) { in Disconnect() 321 bool VolumeControlDevice::subscribe_for_notifications(tGATT_IF gatt_if, uint16_t handle, in subscribe_for_notifications() 350 bool VolumeControlDevice::EnqueueInitialRequests(tGATT_IF gatt_if, GATT_READ_OP_CB chrc_read_cb, in EnqueueInitialRequests()
|
D | devices.h | 222 void Disconnect(tGATT_IF gatt_if) { in Disconnect()
|
D | devices_test.cc | 140 tGATT_IF gatt_if = 8; in TEST_F() local 577 tGATT_IF gatt_if = 0x0001; in TEST_F() local 654 tGATT_IF gatt_if = 0x0001; in TEST_F() local 690 tGATT_IF gatt_if = 0x0001; in TEST_F() local
|
D | vc_test.cc | 754 const uint8_t gatt_if = 0xff; member in bluetooth::vc::internal::__anonf8a1261e0111::VolumeControlTest
|
/packages/modules/Bluetooth/system/stack/ais/ |
D | ais_ble.cc | 116 tGATT_IF gatt_if = GATT_Register(app_uuid, "Ais", &ais_cback, false); in ais_attr_db_init() local
|
/packages/modules/Bluetooth/system/stack/srvc/ |
D | srvc_eng_int.h | 51 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 | 2162 void LeAudioDeviceGroup::Disable(int gatt_if) { in Disable() 2187 void LeAudioDeviceGroup::Enable(int gatt_if, tBTM_BLE_CONN_TYPE reconnection_mode) { in Enable() 2212 void LeAudioDeviceGroup::AddToAllowListNotConnectedGroupMembers(int gatt_if) { in AddToAllowListNotConnectedGroupMembers() 2238 void LeAudioDeviceGroup::ApplyReconnectionMode(int gatt_if, tBTM_BLE_CONN_TYPE reconnection_mode) { in ApplyReconnectionMode()
|
D | devices.cc | 1350 void LeAudioDevices::SetInitialGroupAutoconnectState(int group_id, int gatt_if, in SetInitialGroupAutoconnectState()
|
/packages/modules/Bluetooth/system/stack/gap/ |
D | gap_ble.cc | 86 tGATT_IF gatt_if; variable
|
/packages/modules/Bluetooth/system/bta/hearing_aid/ |
D | hearing_aid_test.cc | 383 const uint8_t gatt_if = 0xfe; member in bluetooth::hearing_aid::internal::__anona567a3020111::HearingAidTestBase
|
D | hearing_aid.cc | 1915 uint8_t gatt_if; member in __anonad2ad9430111::HearingAidImpl
|
/packages/modules/Bluetooth/system/bta/hh/ |
D | bta_hh_int.h | 239 tGATT_IF gatt_if; member
|
/packages/modules/Bluetooth/system/btif/src/ |
D | btif_gatt_client.cc | 76 tGATT_IF gatt_if; member
|
/packages/modules/Bluetooth/system/bta/csis/ |
D | csis_client_test.cc | 626 const uint8_t gatt_if = 0xff; member in bluetooth::csis::internal::__anondad880ae0111::CsisClientTest
|