Home
last modified time | relevance | path

Searched refs:GATTC_SendHandleValueConfirm (Results 1 – 6 of 6) sorted by relevance

/packages/modules/Bluetooth/system/test/mock/
Dmock_stack_gatt_api.cc48 struct GATTC_SendHandleValueConfirm GATTC_SendHandleValueConfirm; variable
87 tGATT_STATUS GATTC_SendHandleValueConfirm::return_value = GATT_SUCCESS;
150 tGATT_STATUS GATTC_SendHandleValueConfirm(uint16_t conn_id, uint16_t cid) { in GATTC_SendHandleValueConfirm() function
152 return test::mock::stack_gatt_api::GATTC_SendHandleValueConfirm(conn_id, cid); in GATTC_SendHandleValueConfirm()
Dmock_stack_gatt_api.h166 struct GATTC_SendHandleValueConfirm { struct
174 extern struct GATTC_SendHandleValueConfirm GATTC_SendHandleValueConfirm; argument
/packages/modules/Bluetooth/system/bta/gatt/
Dbta_gattc_act.cc1125 if (GATTC_SendHandleValueConfirm(p_data->api_confirm.hdr.layer_specific, in bta_gattc_confirm()
1528 if (GATTC_SendHandleValueConfirm(conn_id, p_notify->cid) != GATT_SUCCESS) { in bta_gattc_process_srvc_chg_ind()
1587 if (GATTC_SendHandleValueConfirm(conn_id, p_data->cid) != GATT_SUCCESS) { in bta_gattc_process_indicate()
1601 if (GATTC_SendHandleValueConfirm(conn_id, p_data->cid) != GATT_SUCCESS) { in bta_gattc_process_indicate()
1615 if (GATTC_SendHandleValueConfirm(conn_id, p_data->cid) != GATT_SUCCESS) { in bta_gattc_process_indicate()
1658 if (GATTC_SendHandleValueConfirm(conn_id, p_data->cid) != GATT_SUCCESS) { in bta_gattc_process_indicate()
/packages/modules/Bluetooth/system/stack/include/
Dgatt_api.h1107 [[nodiscard]] tGATT_STATUS GATTC_SendHandleValueConfirm(uint16_t conn_id,
/packages/modules/Bluetooth/system/btif/src/
Dbtif_gatt_client.cc720 if (GATTC_SendHandleValueConfirm(conn_id, p_data->cid) != GATT_SUCCESS) in btif_test_command_complete_cback()
/packages/modules/Bluetooth/system/stack/gatt/
Dgatt_api.cc1129 tGATT_STATUS GATTC_SendHandleValueConfirm(uint16_t conn_id, uint16_t cid) { in GATTC_SendHandleValueConfirm() function