Searched defs:is_long (Results 1 - 12 of 12) sorted by relevance

/system/bt/service/common/bluetooth/binder/
H A DIBluetoothGattServerCallback.cpp66 bool is_long = data.readInt32(); local
69 OnCharacteristicReadRequest(device_address, request_id, offset, is_long,
77 bool is_long = data.readInt32(); local
80 OnDescriptorReadRequest(device_address, request_id, offset, is_long,
180 int request_id, int offset, bool is_long,
189 data.writeInt32(is_long);
200 int request_id, int offset, bool is_long,
209 data.writeInt32(is_long);
178 OnCharacteristicReadRequest( const std::string& device_address, int request_id, int offset, bool is_long, const bluetooth::GattIdentifier& characteristic_id) argument
198 OnDescriptorReadRequest( const std::string& device_address, int request_id, int offset, bool is_long, const bluetooth::GattIdentifier& descriptor_id) argument
/system/bt/service/ipc/binder/
H A Dbluetooth_gatt_server_binder_server.cpp237 int request_id, int offset, bool is_long,
249 device_address, request_id, offset, is_long, characteristic_id);
255 int request_id, int offset, bool is_long,
267 device_address, request_id, offset, is_long, descriptor_id);
234 OnCharacteristicReadRequest( bluetooth::GattServer* gatt_server, const std::string& device_address, int request_id, int offset, bool is_long, const bluetooth::GattIdentifier& characteristic_id) argument
252 OnDescriptorReadRequest( bluetooth::GattServer* gatt_server, const std::string& device_address, int request_id, int offset, bool is_long, const bluetooth::GattIdentifier& descriptor_id) argument
/system/bt/stack/srvc/
H A Dsrvc_battery.c112 UINT8 battery_s_read_attr_value (UINT8 clcb_idx, UINT16 handle, tGATT_VALUE *p_value, BOOLEAN is_long, tGATT_STATUS* p_status) argument
128 if (is_long)
H A Dsrvc_dis.c115 BOOLEAN is_long, tGATT_STATUS *p_status)
129 is_long == TRUE)
114 dis_read_attr_value(UINT8 clcb_idx, UINT16 handle, tGATT_VALUE *p_value, BOOLEAN is_long, tGATT_STATUS *p_status) argument
/system/bt/stack/gap/
H A Dgap_ble.c215 tGATT_STATUS gap_read_attr_value (UINT16 handle, tGATT_VALUE *p_value, BOOLEAN is_long) argument
227 is_long == TRUE)
283 if (p_data->is_long)
288 status = gap_read_attr_value(p_data->handle, &p_rsp->attr_value, p_data->is_long);
/system/bt/stack/gatt/
H A Dgatt_db.c686 BOOLEAN is_long,
703 is_long,
1143 sr_data.read_req.is_long = (BOOLEAN)(op_code == GATT_REQ_READ_BLOB);
685 gatts_read_attr_perm_check(tGATT_SVC_DB *p_db, BOOLEAN is_long, UINT16 handle, tGATT_SEC_FLAG sec_flag, UINT8 key_size) argument
/system/bt/service/
H A Dgatt_server.cpp639 bool is_long) {
653 << " is_long: " << is_long; local
677 this, device_address, trans_id, offset, is_long, iter->second);
680 this, device_address, trans_id, offset, is_long, iter->second);
634 RequestReadCallback( hal::BluetoothGattInterface* , int conn_id, int trans_id, const bt_bdaddr_t& bda, int attribute_handle, int offset, bool is_long) argument
H A Dgatt_server_old.cpp163 bool is_long) {
183 "blob_section:%u (is_long:%u)",
185 ch.blob_section, is_long);
161 RequestReadCallback(int conn_id, int trans_id, bt_bdaddr_t *bda, int attr_handle, int attribute_offset_octets, bool is_long) argument
/system/bt/service/hal/
H A Dbluetooth_gatt_interface.cpp365 int attr_handle, int offset, bool is_long) {
369 << " is_long: " << is_long; local
374 g_interface, conn_id, trans_id, *bda, attr_handle, offset, is_long));
813 bool /* is_long */) {
364 RequestReadCallback(int conn_id, int trans_id, bt_bdaddr_t* bda, int attr_handle, int offset, bool is_long) argument
H A Dfake_bluetooth_gatt_interface.cpp351 int offset, bool is_long) {
355 this, conn_id, trans_id, bda, attr_handle, offset, is_long));
349 NotifyRequestReadCallback( int conn_id, int trans_id, const bt_bdaddr_t& bda, int attr_handle, int offset, bool is_long) argument
/system/bt/service/test/
H A Dgatt_server_unittest.cpp57 RequestData() : id(-1), offset(-1), is_long(false), is_prep(false),
64 bool is_long; member in struct:bluetooth::__anon814::TestDelegate::RequestData
76 int request_id, int offset, bool is_long,
82 char_read_req_.is_long = is_long;
90 int request_id, int offset, bool is_long,
96 desc_read_req_.is_long = is_long;
996 EXPECT_FALSE(test_delegate.char_read_req().is_long);
1007 EXPECT_TRUE(test_delegate.desc_read_req().is_long);
[all...]
/system/bt/stack/include/
H A Dgatt_api.h347 BOOLEAN is_long; member in struct:__anon1143

Completed in 268 milliseconds