Home
last modified time | relevance | path

Searched defs:gatt_if (Results 1 – 25 of 27) sorted by relevance

12

/aosp_15_r20/packages/modules/Bluetooth/system/stack/gatt/
Dgatt_api.cc180 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 …]
Dgatt_utils.cc442 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()
Dgatt_main.cc220 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()
Dgatt_sr.cc315 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
Dgatt_int.h289 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/
Dbta_gatts_act.cc359 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
Dbta_gattc_act.cc152 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()
Dbta_gatts_int.h143 tGATT_IF gatt_if; member
Dbta_gattc_utils.cc604 tGATT_IF gatt_if; in bta_gattc_clear_notif_registration() local
/aosp_15_r20/packages/modules/Bluetooth/system/test/mock/
Dmock_stack_gatt_api.cc146 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/
Ddevice.cc47 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()
Ddevices_test.cc143 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
Ddevices.h225 void Disconnect(tGATT_IF gatt_if) { in Disconnect()
Dvc_test.cc759 const uint8_t gatt_if = 0xff; member in bluetooth::vc::internal::__anon1d1f1b9e0111::VolumeControlTest
/aosp_15_r20/packages/modules/Bluetooth/system/bta/le_audio/
Ddevice_groups.cc2014 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()
Ddevices.cc1330 void LeAudioDevices::SetInitialGroupAutoconnectState(int group_id, int gatt_if, in SetInitialGroupAutoconnectState()
/aosp_15_r20/packages/modules/Bluetooth/system/stack/ais/
Dais_ble.cc116 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/
Dsrvc_eng_int.h51 tGATT_IF gatt_if; member
/aosp_15_r20/packages/modules/Bluetooth/system/rust/src/gatt/ffi/
Dgatt_shim.cc38 tGATT_IF gatt_if; in AddressOfConnection() local
/aosp_15_r20/packages/modules/Bluetooth/system/stack/test/gatt/
Dmock_gatt_utils_ref.cc53 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/
Dgap_ble.cc86 tGATT_IF gatt_if; variable
/aosp_15_r20/packages/modules/Bluetooth/system/bta/hh/
Dbta_hh_int.h238 tGATT_IF gatt_if; member
/aosp_15_r20/packages/modules/Bluetooth/system/btif/src/
Dbtif_gatt_client.cc76 tGATT_IF gatt_if; member
/aosp_15_r20/packages/modules/Bluetooth/system/bta/csis/
Dcsis_client_test.cc626 const uint8_t gatt_if = 0xff; member in bluetooth::csis::internal::__anon7942062e0111::CsisClientTest
/aosp_15_r20/packages/modules/Bluetooth/system/bta/hearing_aid/
Dhearing_aid.cc1917 uint8_t gatt_if; member in __anon8c0bbec30111::HearingAidImpl

12