/system/bt/service/common/bluetooth/binder/ |
D | IBluetoothGattServerCallback.cpp | 89 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/ |
D | srvc_api.h | 92 BOOLEAN need_rsp; member
|
D | gatt_api.h | 357 BOOLEAN need_rsp; /* need write response */ member
|
/system/bt/service/ |
D | gatt_server.cpp | 694 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()
|
D | gatt_server_old.cpp | 205 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()
|
D | gatt_server.h | 298 bool need_rsp, bool is_prep, uint8_t* value) override;
|
/system/bt/stack/srvc/ |
D | srvc_battery.c | 93 cfg.need_rsp = p_value->need_rsp; in battery_s_write_attr_value()
|
D | srvc_eng.c | 288 if (!p_data->write_req.need_rsp) in srvc_eng_s_request_cback()
|
/system/bt/service/hal/ |
D | fake_bluetooth_gatt_interface.cpp | 362 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()
|
D | fake_bluetooth_gatt_interface.h | 129 bool need_rsp, bool is_prep, uint8_t* value);
|
D | bluetooth_gatt_interface.cpp | 380 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()
|
D | bluetooth_gatt_interface.h | 205 bool need_rsp, bool is_prep, uint8_t* value);
|
/system/bt/service/test/ |
D | gatt_server_unittest.cpp | 58 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/ |
D | gap_ble.c | 346 if (!p_data->write_req.need_rsp) in gap_ble_s_attr_request_cback()
|
/system/bt/btif/src/ |
D | btif_gatt_server.c | 301 p_data->req_data.p_data->write_req.need_rsp, in btapp_gatts_handle_cback()
|
/system/bt/stack/gatt/ |
D | gatt_sr.c | 1074 sr_data.write_req.need_rsp = TRUE; in gatts_process_write_req()
|