Home
last modified time | relevance | path

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

12

/packages/modules/Bluetooth/system/stack/gatt/
Dgatt_api.cc163 tGATT_STATUS GATTS_AddService(tGATT_IF gatt_if, btgatt_db_element_t* service, in GATTS_AddService()
362 bool GATTS_DeleteService(tGATT_IF gatt_if, Uuid* p_svc_uuid, in GATTS_DeleteService()
443 tGATT_IF gatt_if = GATT_GET_GATT_IF(conn_id); in GATTS_HandleValueIndication() local
541 tGATT_IF gatt_if = GATT_GET_GATT_IF(conn_id); in GATTS_HandleValueNotification() local
638 tGATT_IF gatt_if = GATT_GET_GATT_IF(conn_id); in GATTS_SendRsp() local
688 tGATT_IF gatt_if = GATT_GET_GATT_IF(conn_id); in GATTC_ConfigureMTU() local
744 tGATT_IF gatt_if = GATT_GET_GATT_IF(conn_id); in GATTC_Discover() local
812 tGATT_IF gatt_if = GATT_GET_GATT_IF(conn_id); in GATTC_Read() local
921 tGATT_IF gatt_if = GATT_GET_GATT_IF(conn_id); in GATTC_Write() local
970 tGATT_IF gatt_if = GATT_GET_GATT_IF(conn_id); in GATTC_ExecuteWrite() local
[all …]
Dgatt_utils.cc791 tGATT_IF gatt_if = GATT_GET_GATT_IF(conn_id); in gatt_sr_send_req_callback() local
930 tGATT_REG* gatt_get_regcb(tGATT_IF gatt_if) { in gatt_get_regcb()
981 tGATT_IF gatt_if = GATT_GET_GATT_IF(conn_id); in gatt_clcb_alloc() local
1389 void gatt_sr_update_cback_cnt(tGATT_TCB& tcb, uint16_t cid, tGATT_IF gatt_if, in gatt_sr_update_cback_cnt()
1423 void gatt_sr_update_prep_cnt(tGATT_TCB& tcb, tGATT_IF gatt_if, bool is_inc, in gatt_sr_update_prep_cnt()
1444 bool gatt_cancel_open(tGATT_IF gatt_if, const RawAddress& bda) { in gatt_cancel_open()
1734 bool gatt_auto_connect_dev_remove(tGATT_IF gatt_if, const RawAddress& bd_addr) { in gatt_auto_connect_dev_remove()
Dgatt_main.cc229 tGATT_IF gatt_if) { in gatt_connect()
315 bool gatt_update_app_hold_link_status(tGATT_IF gatt_if, tGATT_TCB* p_tcb, in gatt_update_app_hold_link_status()
352 void gatt_update_app_use_link_flag(tGATT_IF gatt_if, tGATT_TCB* p_tcb, in gatt_update_app_use_link_flag()
Dgatt_int.h41 #define GATT_CREATE_CONN_ID(tcb_idx, gatt_if) \ argument
296 tGATT_IF gatt_if; /* this service is belong to which application */ member
407 tGATT_IF gatt_if; member
Dgatt_sr.cc283 tGATT_STATUS gatt_sr_process_app_rsp(tGATT_TCB& tcb, tGATT_IF gatt_if, in gatt_sr_process_app_rsp()
349 tGATT_IF gatt_if; in gatt_process_exec_write_req() local
Dgatt_attr.cc339 static void gatt_connect_cback(UNUSED_ATTR tGATT_IF gatt_if, in gatt_connect_cback()
/packages/modules/Bluetooth/system/test/mock/
Dmock_bta_vc_device.cc42 tGATT_IF gatt_if, GATT_READ_OP_CB chrc_read_cb, in EnqueueInitialRequests()
68 bool VolumeControlDevice::subscribe_for_notifications(tGATT_IF gatt_if, in subscribe_for_notifications()
85 void VolumeControlDevice::Disconnect(tGATT_IF gatt_if) { in Disconnect()
89 tGATT_IF gatt_if, GATT_READ_OP_CB chrc_read_cb, in EnqueueRemainingRequests()
Dmock_stack_gatt_api.cc132 tGATT_STATUS GATTS_AddService(tGATT_IF gatt_if, btgatt_db_element_t* service, in GATTS_AddService()
137 bool GATTS_DeleteService(tGATT_IF gatt_if, Uuid* p_svc_uuid, in GATTS_DeleteService()
170 bool GATT_CancelConnect(tGATT_IF gatt_if, const RawAddress& bd_addr, in GATT_CancelConnect()
176 bool GATT_Connect(tGATT_IF gatt_if, const RawAddress& bd_addr, in GATT_Connect()
184 void GATT_Deregister(tGATT_IF gatt_if) { in GATT_Deregister()
192 bool GATT_GetConnIdIfConnected(tGATT_IF gatt_if, const RawAddress& bd_addr, in GATT_GetConnIdIfConnected()
216 void GATT_StartIf(tGATT_IF gatt_if) { in GATT_StartIf()
232 bool GATT_Connect(tGATT_IF gatt_if, const RawAddress& bd_addr, in GATT_Connect()
Dmock_stack_gatt_main.cc50 tGATT_IF gatt_if) { in gatt_connect()
58 bool gatt_update_app_hold_link_status(tGATT_IF gatt_if, tGATT_TCB* p_tcb, in gatt_update_app_hold_link_status()
108 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/bta/gatt/
Dbta_gatts_act.cc360 tGATT_IF gatt_if; in bta_gatts_indicate_handle() local
488 tGATT_IF gatt_if; in bta_gatts_close() local
532 tGATT_IF gatt_if; in bta_gatts_send_request_cback() local
574 static void bta_gatts_conn_cback(tGATT_IF gatt_if, const RawAddress& bdaddr, in bta_gatts_conn_cback()
611 static void bta_gatts_phy_update_cback(tGATT_IF gatt_if, uint16_t conn_id, in bta_gatts_phy_update_cback()
629 static void bta_gatts_conn_update_cback(tGATT_IF gatt_if, uint16_t conn_id, in bta_gatts_conn_update_cback()
659 tGATT_IF gatt_if; in bta_gatts_cong_cback() local
Dbta_gattc_act.cc511 tGATT_IF gatt_if; in bta_gattc_conn() local
1434 tGATT_IF gatt_if; in bta_gattc_process_indicate() local
1558 static void bta_gattc_phy_update_cback(tGATT_IF gatt_if, uint16_t conn_id, in bta_gattc_phy_update_cback()
1577 static void bta_gattc_conn_update_cback(tGATT_IF gatt_if, uint16_t conn_id, in bta_gattc_conn_update_cback()
Dbta_gattc_utils.cc456 tGATT_IF gatt_if; in bta_gattc_clear_notif_registration() local
Dbta_gatts_int.h142 tGATT_IF gatt_if; member
/packages/modules/Bluetooth/system/bta/vc/
Ddevice.cc32 void VolumeControlDevice::DeregisterNotifications(tGATT_IF gatt_if) { in DeregisterNotifications()
48 void VolumeControlDevice::Disconnect(tGATT_IF gatt_if) { in Disconnect()
227 bool VolumeControlDevice::subscribe_for_notifications(tGATT_IF gatt_if, in subscribe_for_notifications()
256 tGATT_IF gatt_if, GATT_READ_OP_CB chrc_read_cb, in EnqueueInitialRequests()
291 tGATT_IF gatt_if, GATT_READ_OP_CB chrc_read_cb, in EnqueueRemainingRequests()
Ddevices.h211 void Disconnect(tGATT_IF gatt_if) { in Disconnect()
Ddevices_test.cc131 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.cc52 void tGATT_CONN_CBACK(tGATT_IF gatt_if, const RawAddress& bda, uint16_t conn_id, in tGATT_CONN_CBACK()
58 void tGATT_ENC_CMPL_CB(tGATT_IF gatt_if, const RawAddress& bda) {} in tGATT_ENC_CMPL_CB()
59 void tGATT_PHY_UPDATE_CB(tGATT_IF gatt_if, uint16_t conn_id, uint8_t tx_phy, in tGATT_PHY_UPDATE_CB()
61 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.cc58 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.cc123 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
Dsrvc_eng.cc315 static void srvc_eng_connect_cback(UNUSED_ATTR tGATT_IF gatt_if, in srvc_eng_connect_cback()
/packages/modules/Bluetooth/system/btif/src/
Dbtif_gatt_test.cc49 tGATT_IF gatt_if; member
/packages/modules/Bluetooth/system/stack/gap/
Dgap_ble.cc86 tGATT_IF gatt_if; variable
/packages/modules/Bluetooth/system/bta/hh/
Dbta_hh_int.h242 tGATT_IF gatt_if; member
/packages/modules/Bluetooth/system/bta/csis/
Dcsis_client_test.cc572 const uint8_t gatt_if = 0xff; member in bluetooth::csis::internal::__anon188840a40111::CsisClientTest

12