Searched defs:is_long (Results 1 – 12 of 12) sorted by relevance
/system/bt/service/common/android/bluetooth/ |
D | IBluetoothGattServerCallback.aidl | 27 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/ |
D | gatt_server_unittest.cc | 72 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/ |
D | bluetooth_gatt_server_binder_server.cc | 178 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/ |
D | srvc_dis.cc | 115 tGATT_VALUE* p_value, bool is_long, in dis_read_attr_value()
|
/system/bt/service/hal/ |
D | fake_bluetooth_gatt_interface.cc | 231 int offset, bool is_long) { in NotifyRequestReadCharacteristicCallback() 240 int offset, bool is_long) { in NotifyRequestReadDescriptorCallback()
|
D | bluetooth_gatt_interface.cc | 283 int offset, bool is_long) { in RequestReadCharacteristicCallback() 296 int offset, bool is_long) { in RequestReadDescriptorCallback()
|
/system/bt/service/ |
D | gatt_server.cc | 341 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()
|
D | gatt_server_old.cc | 210 bool is_long) { in RequestReadCallback()
|
/system/bt/stack/gatt/ |
D | gatt_db.cc | 480 tGATT_STATUS gatts_read_attr_perm_check(tGATT_SVC_DB* p_db, bool is_long, in gatts_read_attr_perm_check()
|
D | gatt_attr.cc | 192 bool is_long) { in read_attr_value()
|
/system/bt/stack/gap/ |
D | gap_ble.cc | 118 bool is_long) { in read_attr_value()
|
/system/bt/stack/include/ |
D | gatt_api.h | 356 bool is_long; member
|