Home
last modified time | relevance | path

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

12

/packages/modules/Bluetooth/system/stack/gatt/
Dgatt_api.cc169 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 …]
Dgatt_utils.cc877 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()
Dgatt_main.cc220 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()
Dgatt_int.h40 #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
Dgatt_sr.cc305 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/
Dbta_gatts_act.cc367 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
Dbta_gattc_act.cc522 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()
Dbta_gatts_int.h143 tGATT_IF gatt_if; member
Dbta_gattc_utils.cc512 tGATT_IF gatt_if; in bta_gattc_clear_notif_registration() local
/packages/modules/Bluetooth/system/test/mock/
Dmock_stack_gatt_api.cc159 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/
Ddevice.cc36 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()
Ddevices.h217 void Disconnect(tGATT_IF gatt_if) { in Disconnect()
Ddevices_test.cc132 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/
Dstack_gatt_test.cc82 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()
Dmock_gatt_utils_ref.cc56 void gatt_update_app_use_link_flag(tGATT_IF gatt_if, tGATT_TCB* p_tcb, in gatt_update_app_use_link_flag()
Dgatt_sr_test.cc118 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/
Dsrvc_eng_int.h52 tGATT_IF gatt_if; member
/packages/modules/Bluetooth/system/rust/src/gatt/ffi/
Dgatt_shim.cc38 tGATT_IF gatt_if; in AddressOfConnection() local
/packages/modules/Bluetooth/system/bta/le_audio/
Ddevice_groups.cc1819 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()
Ddevices.cc1300 int group_id, int gatt_if, tBTM_BLE_CONN_TYPE reconnection_mode, in SetInitialGroupAutoconnectState()
/packages/modules/Bluetooth/system/stack/gap/
Dgap_ble.cc88 tGATT_IF gatt_if; variable
/packages/modules/Bluetooth/system/bta/hh/
Dbta_hh_int.h241 tGATT_IF gatt_if; member
/packages/modules/Bluetooth/system/btif/src/
Dbtif_gatt_client.cc77 tGATT_IF gatt_if; member
/packages/modules/Bluetooth/system/bta/csis/
Dcsis_client_test.cc716 const uint8_t gatt_if = 0xff; member in bluetooth::csis::internal::__anon6ed6c0780111::CsisClientTest
/packages/modules/Bluetooth/system/bta/hearing_aid/
Dhearing_aid.cc1975 uint8_t gatt_if; member in __anon39b8338d0111::HearingAidImpl

12