Home
last modified time | relevance | path

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

/system/bt/service/common/android/bluetooth/
DIBluetoothGattServerCallback.aidl27 int request_id, int offset, boolean is_long, int handle); in OnCharacteristicReadRequest()
30 int request_id, int offset, boolean is_long, int handle); in OnDescriptorReadRequest()
/system/bt/service/test/
Dgatt_server_unittest.cc72 bool is_long; member
84 int request_id, int offset, bool is_long, in OnCharacteristicReadRequest()
97 int request_id, int offset, bool is_long, in OnDescriptorReadRequest()
/system/bt/service/ipc/binder/
Dbluetooth_gatt_server_binder_server.cc178 int request_id, int offset, bool is_long, uint16_t handle) { in OnCharacteristicReadRequest()
195 int request_id, int offset, bool is_long, uint16_t handle) { in OnDescriptorReadRequest()
/system/bt/stack/srvc/
Dsrvc_dis.cc115 tGATT_VALUE* p_value, bool is_long, in dis_read_attr_value()
/system/bt/service/hal/
Dfake_bluetooth_gatt_interface.cc231 int offset, bool is_long) { in NotifyRequestReadCharacteristicCallback()
240 int offset, bool is_long) { in NotifyRequestReadDescriptorCallback()
Dbluetooth_gatt_interface.cc283 int offset, bool is_long) { in RequestReadCharacteristicCallback()
296 int offset, bool is_long) { in RequestReadDescriptorCallback()
/system/bt/service/
Dgatt_server.cc341 const RawAddress& bda, int attribute_handle, int offset, bool is_long) { in RequestReadCharacteristicCallback()
374 const RawAddress& bda, int attribute_handle, int offset, bool is_long) { in RequestReadDescriptorCallback()
Dgatt_server_old.cc210 bool is_long) { in RequestReadCallback()
/system/bt/stack/gatt/
Dgatt_db.cc480 tGATT_STATUS gatts_read_attr_perm_check(tGATT_SVC_DB* p_db, bool is_long, in gatts_read_attr_perm_check()
Dgatt_attr.cc192 bool is_long) { in read_attr_value()
/system/bt/stack/gap/
Dgap_ble.cc118 bool is_long) { in read_attr_value()
/system/bt/stack/include/
Dgatt_api.h356 bool is_long; member