Home
last modified time | relevance | path

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

/packages/modules/Bluetooth/system/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()
/packages/modules/Bluetooth/system/test/mock/
Dmock_stack_srvc_dis.cc58 tGATT_VALUE* p_value, bool is_long, in dis_read_attr_value()
Dmock_stack_gatt_attr.cc69 tGATT_VALUE* p_value, bool is_long) { in read_attr_value()
/packages/modules/Bluetooth/system/service/test/
Dgatt_server_unittest.cc75 bool is_long; member
87 int request_id, int offset, bool is_long, in OnCharacteristicReadRequest()
100 int request_id, int offset, bool is_long, in OnDescriptorReadRequest()
/packages/modules/Bluetooth/system/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()
/packages/modules/Bluetooth/system/stack/srvc/
Dsrvc_dis.cc121 tGATT_VALUE* p_value, bool is_long, in dis_read_attr_value()
/packages/modules/Bluetooth/system/service/hal/
Dfake_bluetooth_gatt_interface.cc240 int offset, bool is_long) { in NotifyRequestReadCharacteristicCallback()
249 int offset, bool is_long) { in NotifyRequestReadDescriptorCallback()
Dbluetooth_gatt_interface.cc289 int offset, bool is_long) { in RequestReadCharacteristicCallback()
302 int offset, bool is_long) { in RequestReadDescriptorCallback()
/packages/modules/Bluetooth/system/service/
Dgatt_server.cc340 const RawAddress& bda, int attribute_handle, int offset, bool is_long) { in RequestReadCharacteristicCallback()
373 const RawAddress& bda, int attribute_handle, int offset, bool is_long) { in RequestReadDescriptorCallback()
Dgatt_server_old.cc211 bool is_long) { in RequestReadCallback()
/packages/modules/Bluetooth/system/stack/gatt/
Dgatt_db.cc513 tGATT_STATUS gatts_read_attr_perm_check(tGATT_SVC_DB* p_db, bool is_long, in gatts_read_attr_perm_check()
Dgatt_attr.cc219 tGATT_VALUE* p_value, bool is_long) { in read_attr_value()
/packages/modules/Bluetooth/system/stack/gap/
Dgap_ble.cc128 bool is_long) { in read_attr_value()
/packages/modules/Bluetooth/system/stack/test/gatt/
Dgatt_sr_test.cc102 tGATT_STATUS gatts_read_attr_perm_check(tGATT_SVC_DB* p_db, bool is_long, in gatts_read_attr_perm_check()
/packages/modules/Bluetooth/system/stack/include/
Dgatt_api.h462 bool is_long; member
/packages/modules/Bluetooth/android/app/jni/
Dcom_android_bluetooth_gatt.cpp666 bool is_long) { in btgatts_request_read_characteristic_cb()
680 int offset, bool is_long) { in btgatts_request_read_descriptor_cb()