Home
last modified time | relevance | path

Searched refs:need_rsp (Results 1 – 16 of 16) sorted by relevance

/system/bt/service/common/bluetooth/binder/
DIBluetoothGattServerCallback.cpp89 bool need_rsp = data.readInt32(); in onTransact() local
99 need_rsp, *value, *char_id); in onTransact()
107 bool need_rsp = data.readInt32(); in onTransact() local
117 need_rsp, *value, *desc_id); in onTransact()
/system/bt/stack/include/
Dsrvc_api.h92 BOOLEAN need_rsp; member
Dgatt_api.h357 BOOLEAN need_rsp; /* need write response */ member
/system/bt/service/
Dgatt_server.cpp694 bool need_rsp, bool is_prep, uint8_t* value) { in RequestWriteCallback() argument
713 << " length: " << length << " need_rsp: " << need_rsp in RequestWriteCallback()
726 if (need_rsp) in RequestWriteCallback()
744 this, device_address, trans_id, offset, is_prep, need_rsp, in RequestWriteCallback()
748 this, device_address, trans_id, offset, is_prep, need_rsp, in RequestWriteCallback()
Dgatt_server_old.cpp205 bool need_rsp, bool is_prep, uint8_t *value) { in RequestWriteCallback() argument
212 length, need_rsp, is_prep); in RequestWriteCallback()
246 if (!need_rsp) return; in RequestWriteCallback()
Dgatt_server.h298 bool need_rsp, bool is_prep, uint8_t* value) override;
/system/bt/stack/srvc/
Dsrvc_battery.c93 cfg.need_rsp = p_value->need_rsp; in battery_s_write_attr_value()
Dsrvc_eng.c288 if (!p_data->write_req.need_rsp) in srvc_eng_s_request_cback()
/system/bt/service/hal/
Dfake_bluetooth_gatt_interface.cpp362 bool need_rsp, bool is_prep, uint8_t* value) { in NotifyRequestWriteCallback() argument
366 this, conn_id, trans_id, bda, attr_handle, offset, length, need_rsp, in NotifyRequestWriteCallback()
Dfake_bluetooth_gatt_interface.h129 bool need_rsp, bool is_prep, uint8_t* value);
Dbluetooth_gatt_interface.cpp380 bool need_rsp, bool is_prep, uint8_t* value) { in RequestWriteCallback() argument
384 << " length: " << length << " need_rsp: " << need_rsp in RequestWriteCallback()
391 need_rsp, is_prep, value)); in RequestWriteCallback()
Dbluetooth_gatt_interface.h205 bool need_rsp, bool is_prep, uint8_t* value);
/system/bt/service/test/
Dgatt_server_unittest.cpp58 need_rsp(false), is_exec(false), count(0) {} in RequestData()
66 bool need_rsp; member
112 char_write_req_.need_rsp = need_response; in OnCharacteristicWriteRequest()
129 desc_write_req_.need_rsp = need_response; in OnDescriptorWriteRequest()
1124 EXPECT_EQ(true, test_delegate.char_write_req().need_rsp); in TEST_F()
1138 EXPECT_EQ(true, test_delegate.desc_write_req().need_rsp); in TEST_F()
1198 EXPECT_EQ(false, test_delegate.char_write_req().need_rsp); in TEST_F()
/system/bt/stack/gap/
Dgap_ble.c346 if (!p_data->write_req.need_rsp) in gap_ble_s_attr_request_cback()
/system/bt/btif/src/
Dbtif_gatt_server.c301 p_data->req_data.p_data->write_req.need_rsp, in btapp_gatts_handle_cback()
/system/bt/stack/gatt/
Dgatt_sr.c1074 sr_data.write_req.need_rsp = TRUE; in gatts_process_write_req()