/aosp_15_r20/packages/modules/Bluetooth/system/stack/gatt/ |
D | gatt_api.cc | 180 tGATT_STATUS GATTS_AddService(tGATT_IF gatt_if, btgatt_db_element_t* service, int count) { in GATTS_AddService() 382 bool GATTS_DeleteService(tGATT_IF gatt_if, Uuid* p_svc_uuid, uint16_t svc_inst) { in GATTS_DeleteService() 463 tGATT_IF gatt_if = gatt_get_gatt_if(conn_id); in GATTS_HandleValueIndication() local 561 tGATT_IF gatt_if = gatt_get_gatt_if(conn_id); in GATTS_HandleValueNotification() local 656 tGATT_IF gatt_if = gatt_get_gatt_if(conn_id); in GATTS_SendRsp() local 704 tGATT_IF gatt_if = gatt_get_gatt_if(conn_id); in GATTC_ConfigureMTU() local 885 tGATT_IF gatt_if = gatt_get_gatt_if(conn_id); in GATTC_Discover() local 947 tGATT_IF gatt_if = gatt_get_gatt_if(conn_id); in GATTC_Read() local 1054 tGATT_IF gatt_if = gatt_get_gatt_if(conn_id); in GATTC_Write() local 1104 tGATT_IF gatt_if = gatt_get_gatt_if(conn_id); in GATTC_ExecuteWrite() local [all …]
|
D | gatt_utils.cc | 442 for (auto gatt_if : p_tcb->app_hold_link) { in gatt_tcb_get_holders_info_string() local 881 tGATT_IF gatt_if = gatt_get_gatt_if(conn_id); in gatt_sr_send_req_callback() local 1033 tGATT_REG* gatt_get_regcb(tGATT_IF gatt_if) { in gatt_get_regcb() 1096 tGATT_IF gatt_if = gatt_get_gatt_if(conn_id); in gatt_clcb_alloc() local 1502 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() 1554 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() 1602 bool gatt_cancel_open(tGATT_IF gatt_if, const RawAddress& bda) { in gatt_cancel_open() 1946 bool gatt_auto_connect_dev_remove(tGATT_IF gatt_if, const RawAddress& bd_addr) { in gatt_auto_connect_dev_remove() 1954 tCONN_ID gatt_create_conn_id(tTCB_IDX tcb_idx, tGATT_IF gatt_if) { in gatt_create_conn_id()
|
D | gatt_main.cc | 220 tBT_TRANSPORT transport, uint8_t /* initiating_phys */, tGATT_IF gatt_if) { in gatt_connect() 329 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() 376 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 | 289 tGATT_IF gatt_if; /* this service is belong to which application */ member 412 tGATT_IF gatt_if; member
|
/aosp_15_r20/packages/modules/Bluetooth/system/bta/gatt/ |
D | bta_gatts_act.cc | 359 tGATT_IF gatt_if; in bta_gatts_indicate_handle() local 488 tGATT_IF gatt_if; in bta_gatts_close() local 531 tGATT_IF gatt_if; in bta_gatts_send_request_cback() local 570 static void bta_gatts_conn_cback(tGATT_IF gatt_if, const RawAddress& bdaddr, tCONN_ID conn_id, in bta_gatts_conn_cback() 607 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() 624 static void bta_gatts_conn_update_cback(tGATT_IF gatt_if, tCONN_ID conn_id, uint16_t interval, in bta_gatts_conn_update_cback() 642 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() 673 tGATT_IF gatt_if; in bta_gatts_cong_cback() local
|
D | bta_gattc_act.cc | 152 for (auto& gatt_if : gatt_ifs) { in bta_gattc_disable() local 569 tGATT_IF gatt_if; in bta_gattc_conn() local 1644 tGATT_IF gatt_if; in bta_gattc_process_indicate() local 1782 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() 1800 static void bta_gattc_conn_update_cback(tGATT_IF gatt_if, tCONN_ID conn_id, uint16_t interval, in bta_gattc_conn_update_cback() 1818 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 | 604 tGATT_IF gatt_if; in bta_gattc_clear_notif_registration() local
|
/aosp_15_r20/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()
|
/aosp_15_r20/packages/modules/Bluetooth/system/bta/vc/ |
D | device.cc | 47 void VolumeControlDevice::DeregisterNotifications(tGATT_IF gatt_if) { in DeregisterNotifications() 69 void VolumeControlDevice::Disconnect(tGATT_IF gatt_if) { in Disconnect() 320 bool VolumeControlDevice::subscribe_for_notifications(tGATT_IF gatt_if, uint16_t handle, in subscribe_for_notifications() 349 bool VolumeControlDevice::EnqueueInitialRequests(tGATT_IF gatt_if, GATT_READ_OP_CB chrc_read_cb, in EnqueueInitialRequests()
|
D | devices_test.cc | 143 tGATT_IF gatt_if = 8; in TEST_F() local 579 tGATT_IF gatt_if = 0x0001; in TEST_F() local 656 tGATT_IF gatt_if = 0x0001; in TEST_F() local 692 tGATT_IF gatt_if = 0x0001; in TEST_F() local
|
D | devices.h | 225 void Disconnect(tGATT_IF gatt_if) { in Disconnect()
|
D | vc_test.cc | 759 const uint8_t gatt_if = 0xff; member in bluetooth::vc::internal::__anon1d1f1b9e0111::VolumeControlTest
|
/aosp_15_r20/packages/modules/Bluetooth/system/bta/le_audio/ |
D | device_groups.cc | 2014 void LeAudioDeviceGroup::Disable(int gatt_if) { in Disable() 2039 void LeAudioDeviceGroup::Enable(int gatt_if, tBTM_BLE_CONN_TYPE reconnection_mode) { in Enable() 2064 void LeAudioDeviceGroup::AddToAllowListNotConnectedGroupMembers(int gatt_if) { in AddToAllowListNotConnectedGroupMembers() 2090 void LeAudioDeviceGroup::ApplyReconnectionMode(int gatt_if, tBTM_BLE_CONN_TYPE reconnection_mode) { in ApplyReconnectionMode()
|
D | devices.cc | 1330 void LeAudioDevices::SetInitialGroupAutoconnectState(int group_id, int gatt_if, in SetInitialGroupAutoconnectState()
|
/aosp_15_r20/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
|
/aosp_15_r20/packages/modules/Bluetooth/system/stack/srvc/ |
D | srvc_eng_int.h | 51 tGATT_IF gatt_if; member
|
/aosp_15_r20/packages/modules/Bluetooth/system/rust/src/gatt/ffi/ |
D | gatt_shim.cc | 38 tGATT_IF gatt_if; in AddressOfConnection() local
|
/aosp_15_r20/packages/modules/Bluetooth/system/stack/test/gatt/ |
D | mock_gatt_utils_ref.cc | 53 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()
|
/aosp_15_r20/packages/modules/Bluetooth/system/stack/gap/ |
D | gap_ble.cc | 86 tGATT_IF gatt_if; variable
|
/aosp_15_r20/packages/modules/Bluetooth/system/bta/hh/ |
D | bta_hh_int.h | 238 tGATT_IF gatt_if; member
|
/aosp_15_r20/packages/modules/Bluetooth/system/btif/src/ |
D | btif_gatt_client.cc | 76 tGATT_IF gatt_if; member
|
/aosp_15_r20/packages/modules/Bluetooth/system/bta/csis/ |
D | csis_client_test.cc | 626 const uint8_t gatt_if = 0xff; member in bluetooth::csis::internal::__anon7942062e0111::CsisClientTest
|
/aosp_15_r20/packages/modules/Bluetooth/system/bta/hearing_aid/ |
D | hearing_aid.cc | 1917 uint8_t gatt_if; member in __anon8c0bbec30111::HearingAidImpl
|