Home
last modified time | relevance | path

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

12

/system/bt/test/mock/
Dmock_bta_vc_device.cc43 tGATT_IF gatt_if, GATT_READ_OP_CB chrc_read_cb, in EnqueueInitialRequests()
65 bool VolumeControlDevice::subscribe_for_notifications(tGATT_IF gatt_if, in subscribe_for_notifications()
82 void VolumeControlDevice::Disconnect(tGATT_IF gatt_if) { in Disconnect()
86 tGATT_IF gatt_if, GATT_READ_OP_CB chrc_read_cb, in EnqueueRemainingRequests()
Dmock_stack_gatt.cc41 bool GATTS_DeleteService(tGATT_IF gatt_if, Uuid* p_svc_uuid, in GATTS_DeleteService()
50 bool GATT_CancelConnect(tGATT_IF gatt_if, const RawAddress& bd_addr, in GATT_CancelConnect()
55 bool GATT_Connect(tGATT_IF gatt_if, const RawAddress& bd_addr, bool is_direct, in GATT_Connect()
60 bool GATT_Connect(tGATT_IF gatt_if, const RawAddress& bd_addr, bool is_direct, in GATT_Connect()
66 bool GATT_GetConnIdIfConnected(tGATT_IF gatt_if, const RawAddress& bd_addr, in GATT_GetConnIdIfConnected()
123 tGATT_STATUS GATTS_AddService(tGATT_IF gatt_if, btgatt_db_element_t* service, in GATTS_AddService()
154 void GATT_Deregister(tGATT_IF gatt_if) { mock_function_count_map[__func__]++; } in GATT_Deregister()
159 void GATT_StartIf(tGATT_IF gatt_if) { mock_function_count_map[__func__]++; } in GATT_StartIf()
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()
/system/bt/stack/gatt/
Dgatt_api.cc170 tGATT_STATUS GATTS_AddService(tGATT_IF gatt_if, btgatt_db_element_t* service, in GATTS_AddService()
358 bool GATTS_DeleteService(tGATT_IF gatt_if, Uuid* p_svc_uuid, in GATTS_DeleteService()
439 tGATT_IF gatt_if = GATT_GET_GATT_IF(conn_id); in GATTS_HandleValueIndication() local
502 tGATT_IF gatt_if = GATT_GET_GATT_IF(conn_id); in GATTS_HandleValueNotification() local
555 tGATT_IF gatt_if = GATT_GET_GATT_IF(conn_id); in GATTS_SendRsp() local
605 tGATT_IF gatt_if = GATT_GET_GATT_IF(conn_id); in GATTC_ConfigureMTU() local
666 tGATT_IF gatt_if = GATT_GET_GATT_IF(conn_id); in GATTC_Discover() local
739 tGATT_IF gatt_if = GATT_GET_GATT_IF(conn_id); in GATTC_Read() local
820 tGATT_IF gatt_if = GATT_GET_GATT_IF(conn_id); in GATTC_Write() local
873 tGATT_IF gatt_if = GATT_GET_GATT_IF(conn_id); in GATTC_ExecuteWrite() local
[all …]
Dgatt_utils.cc779 tGATT_IF gatt_if = GATT_GET_GATT_IF(conn_id); in gatt_sr_send_req_callback() local
917 tGATT_REG* gatt_get_regcb(tGATT_IF gatt_if) { in gatt_get_regcb()
950 tGATT_IF gatt_if = GATT_GET_GATT_IF(conn_id); in gatt_is_clcb_allocated() local
1001 tGATT_IF gatt_if = GATT_GET_GATT_IF(conn_id); in gatt_clcb_alloc() local
1340 void gatt_sr_update_cback_cnt(tGATT_TCB& tcb, uint16_t cid, tGATT_IF gatt_if, in gatt_sr_update_cback_cnt()
1374 void gatt_sr_update_prep_cnt(tGATT_TCB& tcb, tGATT_IF gatt_if, bool is_inc, in gatt_sr_update_prep_cnt()
1395 bool gatt_cancel_open(tGATT_IF gatt_if, const RawAddress& bda) { in gatt_cancel_open()
1614 bool gatt_auto_connect_dev_remove(tGATT_IF gatt_if, const RawAddress& bd_addr) { in gatt_auto_connect_dev_remove()
Dgatt_main.cc213 tGATT_IF gatt_if) { in gatt_connect()
286 bool gatt_update_app_hold_link_status(tGATT_IF gatt_if, tGATT_TCB* p_tcb, in gatt_update_app_hold_link_status()
322 void gatt_update_app_use_link_flag(tGATT_IF gatt_if, tGATT_TCB* p_tcb, in gatt_update_app_use_link_flag()
Dgatt_int.h36 #define GATT_CREATE_CONN_ID(tcb_idx, gatt_if) \ argument
282 tGATT_IF gatt_if; /* this service is belong to which application */ member
394 tGATT_IF gatt_if; member
Dgatt_sr.cc274 tGATT_STATUS gatt_sr_process_app_rsp(tGATT_TCB& tcb, tGATT_IF gatt_if, in gatt_sr_process_app_rsp()
340 tGATT_IF gatt_if; in gatt_process_exec_write_req() local
Dgatt_attr.cc329 static void gatt_connect_cback(UNUSED_ATTR tGATT_IF gatt_if, in gatt_connect_cback()
/system/bt/bta/vc/
Ddevice.cc29 void VolumeControlDevice::Disconnect(tGATT_IF gatt_if) { in Disconnect()
155 bool VolumeControlDevice::subscribe_for_notifications(tGATT_IF gatt_if, in subscribe_for_notifications()
184 tGATT_IF gatt_if, GATT_READ_OP_CB chrc_read_cb, in EnqueueInitialRequests()
207 tGATT_IF gatt_if, GATT_READ_OP_CB chrc_read_cb, in EnqueueRemainingRequests()
Ddevices.h170 void Disconnect(tGATT_IF gatt_if) { in Disconnect()
Ddevices_test.cc129 tGATT_IF gatt_if = 8; in TEST_F() local
340 tGATT_IF gatt_if = 0x0001; in TEST_F() local
404 tGATT_IF gatt_if = 0x0001; in TEST_F() local
Dvc_test.cc398 const uint8_t gatt_if = 0xff; member in bluetooth::vc::internal::__anon0e49f4590111::VolumeControlTest
/system/bt/bta/gatt/
Dbta_gatts_act.cc372 tGATT_IF gatt_if; in bta_gatts_indicate_handle() local
500 tGATT_IF gatt_if; in bta_gatts_close() local
542 tGATT_IF gatt_if; in bta_gatts_send_request_cback() local
584 static void bta_gatts_conn_cback(tGATT_IF gatt_if, const RawAddress& bdaddr, in bta_gatts_conn_cback()
621 static void bta_gatts_phy_update_cback(tGATT_IF gatt_if, uint16_t conn_id, in bta_gatts_phy_update_cback()
639 static void bta_gatts_conn_update_cback(tGATT_IF gatt_if, uint16_t conn_id, in bta_gatts_conn_update_cback()
669 tGATT_IF gatt_if; in bta_gatts_cong_cback() local
Dbta_gattc_act.cc468 tGATT_IF gatt_if; in bta_gattc_conn() local
1290 tGATT_IF gatt_if; in bta_gattc_process_indicate() local
1414 static void bta_gattc_phy_update_cback(tGATT_IF gatt_if, uint16_t conn_id, in bta_gattc_phy_update_cback()
1433 static void bta_gattc_conn_update_cback(tGATT_IF gatt_if, uint16_t conn_id, in bta_gattc_conn_update_cback()
Dbta_gattc_utils.cc377 tGATT_IF gatt_if; in bta_gattc_clear_notif_registration() local
Dbta_gatts_int.h133 tGATT_IF gatt_if; member
/system/bt/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.cc64 void gatt_update_app_use_link_flag(tGATT_IF gatt_if, tGATT_TCB* p_tcb, in gatt_update_app_use_link_flag()
/system/bt/stack/test/common/
Dmock_gatt_main.cc49 tGATT_IF gatt_if) { in gatt_connect()
57 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()
/system/bt/stack/srvc/
Dsrvc_eng_int.h51 tGATT_IF gatt_if; member
Dsrvc_eng.cc327 static void srvc_eng_connect_cback(UNUSED_ATTR tGATT_IF gatt_if, in srvc_eng_connect_cback()
/system/bt/btif/src/
Dbtif_gatt_test.cc48 tGATT_IF gatt_if; member
/system/bt/stack/gap/
Dgap_ble.cc81 tGATT_IF gatt_if; variable
/system/bt/bta/hh/
Dbta_hh_int.h240 tGATT_IF gatt_if; member

12