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

/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
/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_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
/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_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 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 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...]
/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);
/system/bt/stack/include/
H A Dgatt_api.h356 bool is_long; member in struct:__anon1204

Completed in 136 milliseconds