Searched refs:is_long (Results 1 - 24 of 24) sorted by last modified time

/system/bt/stack/include/
H A Dgatt_api.h356 bool is_long; member in struct:__anon1204
/system/bt/stack/srvc/
H A Dsrvc_battery.cc103 bool is_long, tGATT_STATUS* p_status) {
113 if (is_long) st = GATT_NOT_LONG;
101 battery_s_read_attr_value(uint8_t clcb_idx, uint16_t handle, UNUSED_ATTR tGATT_VALUE* p_value, bool is_long, tGATT_STATUS* p_status) argument
H A Dsrvc_battery_int.h63 tGATT_VALUE* p_value, bool is_long,
H A Dsrvc_dis.cc115 tGATT_VALUE* p_value, bool is_long,
127 is_long) {
114 dis_read_attr_value(UNUSED_ATTR uint8_t clcb_idx, uint16_t handle, tGATT_VALUE* p_value, bool is_long, tGATT_STATUS* p_status) argument
H A Dsrvc_dis_int.h58 tGATT_VALUE* p_value, bool is_long,
H A Dsrvc_eng.cc209 if (p_data->is_long) p_rsp->attr_value.offset = p_data->offset;
215 p_data->is_long, p_status);
220 p_data->is_long, p_status);
/system/bt/btif/src/
H A Dbtif_gatt_server.cc174 p_data->req_data.p_data->read_req.is_long);
184 p_data->req_data.p_data->read_req.is_long);
/system/bt/include/hardware/
H A Dbt_gatt_server.h71 int offset, bool is_long);
/system/bt/service/common/android/bluetooth/
H A DIBluetoothGattServerCallback.aidl27 int request_id, int offset, boolean is_long, int handle);
30 int request_id, int offset, boolean is_long, int handle);
/system/bt/service/doc/
H A DIBluetoothGattServerCallback.txt43 * the remote device wants to read from. If |is_long| is true, then this
49 * GATT_ERROR_INVALID_OFFSET. If |is_long| is true but this characteristic is
54 in int offset, in boolean is_long,
61 * the remote device wants to read from. If |is_long| is true, then this
67 * GATT_ERROR_INVALID_OFFSET. If |is_long| is true but this descriptor is
72 in int offset, in boolean is_long,
/system/bt/service/example/heart_rate/
H A Dheart_rate_server.h63 int request_id, int offset, bool is_long,
66 int offset, bool is_long, int handle) override;
/system/bt/service/
H A Dgatt_server.cc332 const RawAddress& bda, int attribute_handle, int offset, bool is_long) {
345 << " is_long: " << is_long; local
361 is_long, attribute_handle);
365 const RawAddress& bda, int attribute_handle, int offset, bool is_long) {
378 << " is_long: " << is_long; local
394 is_long, attribute_handle);
330 RequestReadCharacteristicCallback( hal::BluetoothGattInterface* , int conn_id, int trans_id, const RawAddress& bda, int attribute_handle, int offset, bool is_long) argument
363 RequestReadDescriptorCallback( hal::BluetoothGattInterface* , int conn_id, int trans_id, const RawAddress& bda, int attribute_handle, int offset, bool is_long) argument
H A Dgatt_server.h56 bool is_long, uint16_t handle) = 0;
65 bool is_long, uint16_t handle) = 0;
207 bool is_long) override;
212 bool is_long) override;
H A Dgatt_server_old.cc209 bool is_long) {
230 "blob_section:%u (is_long:%u)",
232 attribute_offset_octets, ch.blob_section, is_long);
207 RequestReadCallback(int conn_id, int trans_id, const RawAddress& bda, int attr_handle, int attribute_offset_octets, bool is_long) argument
/system/bt/service/hal/
H A Dbluetooth_gatt_interface.cc283 int offset, bool is_long) {
287 << " is_long: " << is_long; local
291 g_interface, conn_id, trans_id, bda, attr_handle, offset, is_long));
296 int offset, bool is_long) {
300 << " is_long: " << is_long; local
304 g_interface, conn_id, trans_id, bda, attr_handle, offset, is_long));
677 int /* offset */, bool /* is_long */) {
684 int /* offset */, bool /* is_long */) {
281 RequestReadCharacteristicCallback(int conn_id, int trans_id, const RawAddress& bda, int attr_handle, int offset, bool is_long) argument
294 RequestReadDescriptorCallback(int conn_id, int trans_id, const RawAddress& bda, int attr_handle, int offset, bool is_long) argument
[all...]
H A Dbluetooth_gatt_interface.h143 const RawAddress& bda, int attr_handle, int offset, bool is_long);
147 const RawAddress& bda, int attr_handle, int offset, bool is_long);
H A Dfake_bluetooth_gatt_interface.cc231 int offset, bool is_long) {
234 attr_handle, offset, is_long);
240 int offset, bool is_long) {
243 attr_handle, offset, is_long);
229 NotifyRequestReadCharacteristicCallback( int conn_id, int trans_id, const RawAddress& bda, int attr_handle, int offset, bool is_long) argument
238 NotifyRequestReadDescriptorCallback( int conn_id, int trans_id, const RawAddress& bda, int attr_handle, int offset, bool is_long) argument
H A Dfake_bluetooth_gatt_interface.h109 bool is_long);
113 bool is_long);
/system/bt/service/ipc/binder/
H A Dbluetooth_gatt_server_binder_server.cc178 int request_id, int offset, bool is_long, uint16_t handle) {
190 offset, is_long, handle); local
195 int request_id, int offset, bool is_long, uint16_t handle) {
207 offset, is_long, handle); local
176 OnCharacteristicReadRequest( bluetooth::GattServer* gatt_server, const std::string& device_address, int request_id, int offset, bool is_long, uint16_t handle) argument
193 OnDescriptorReadRequest( bluetooth::GattServer* gatt_server, const std::string& device_address, int request_id, int offset, bool is_long, uint16_t handle) argument
H A Dbluetooth_gatt_server_binder_server.h70 int request_id, int offset, bool is_long,
74 int request_id, int offset, bool is_long,
/system/bt/service/test/
H A Dgatt_server_unittest.cc61 is_long(false),
72 bool is_long; member in struct:bluetooth::__anon881::TestDelegate::RequestData
84 int request_id, int offset, bool is_long,
90 char_read_req_.is_long = is_long;
97 int request_id, int offset, bool is_long,
103 desc_read_req_.is_long = is_long;
428 EXPECT_FALSE(test_delegate.char_read_req().is_long);
439 EXPECT_TRUE(test_delegate.desc_read_req().is_long);
[all...]
/system/bt/stack/gap/
H A Dgap_ble.cc118 bool is_long) {
126 if (db_attr.uuid != GATT_UUID_GAP_DEVICE_NAME && is_long)
175 if (p_data->is_long) p_rsp->attr_value.offset = p_data->offset;
179 return read_attr_value(p_data->handle, &p_rsp->attr_value, p_data->is_long);
117 read_attr_value(uint16_t handle, tGATT_VALUE* p_value, bool is_long) argument
/system/bt/stack/gatt/
H A Dgatt_db.cc480 tGATT_STATUS gatts_read_attr_perm_check(tGATT_SVC_DB* p_db, bool is_long, argument
487 return gatts_check_attr_readability(*p_attr, 0, is_long, sec_flag, key_size);
694 sr_data.read_req.is_long = (bool)(op_code == GATT_REQ_READ_BLOB);
H A Dgatt_int.h581 extern tGATT_STATUS gatts_read_attr_perm_check(tGATT_SVC_DB* p_db, bool is_long,

Completed in 156 milliseconds