Searched defs:attr_handle (Results 1 – 9 of 9) sorted by relevance
/packages/modules/Bluetooth/system/service/hal/ |
D | fake_bluetooth_gatt_interface.cc | 239 int conn_id, int trans_id, const RawAddress& bda, int attr_handle, in NotifyRequestReadCharacteristicCallback() 248 int conn_id, int trans_id, const RawAddress& bda, int attr_handle, in NotifyRequestReadDescriptorCallback() 257 int conn_id, int trans_id, const RawAddress& bda, int attr_handle, in NotifyRequestWriteCharacteristicCallback() 267 int conn_id, int trans_id, const RawAddress& bda, int attr_handle, in NotifyRequestWriteDescriptorCallback()
|
D | bluetooth_gatt_interface.cc | 288 const RawAddress& bda, int attr_handle, in RequestReadCharacteristicCallback() 301 const RawAddress& bda, int attr_handle, in RequestReadDescriptorCallback() 314 const RawAddress& bda, int attr_handle, in RequestWriteCharacteristicCallback() 330 const RawAddress& bda, int attr_handle, in RequestWriteDescriptorCallback()
|
/packages/modules/Bluetooth/system/test/mock/ |
D | mock_stack_gatt_api.cc | 143 tGATT_STATUS GATTS_HandleValueIndication(uint16_t conn_id, uint16_t attr_handle, in GATTS_HandleValueIndication() 150 uint16_t attr_handle, in GATTS_HandleValueNotification()
|
/packages/modules/Bluetooth/system/service/ |
D | gatt_server.cc | 407 const RawAddress& bda, int attr_handle, int offset, bool need_rsp, in RequestWriteCharacteristicCallback() 446 const RawAddress& bda, int attr_handle, int offset, bool need_rsp, in RequestWriteDescriptorCallback()
|
D | gatt_server_old.cc | 210 int attr_handle, int attribute_offset_octets, in RequestReadCallback() 253 int attr_handle, int attribute_offset, bool need_rsp, in RequestWriteCallback()
|
/packages/modules/Bluetooth/system/stack/gatt/ |
D | gatt_api.cc | 441 tGATT_STATUS GATTS_HandleValueIndication(uint16_t conn_id, uint16_t attr_handle, in GATTS_HandleValueIndication() 538 uint16_t attr_handle, in GATTS_HandleValueNotification()
|
/packages/modules/Bluetooth/android/app/jni/ |
D | com_android_bluetooth_gatt.cpp | 665 int attr_handle, int offset, in btgatts_request_read_characteristic_cb() 679 const RawAddress& bda, int attr_handle, in btgatts_request_read_descriptor_cb() 694 int attr_handle, int offset, in btgatts_request_write_characteristic_cb() 714 const RawAddress& bda, int attr_handle, in btgatts_request_write_descriptor_cb() 1982 jint server_if, jint attr_handle, in gattServerSendIndicationNative() 1996 jint server_if, jint attr_handle, in gattServerSendNotificationNative()
|
/packages/modules/Bluetooth/system/stack/test/gatt/ |
D | gatt_sr_test.cc | 98 tGATT_STATUS GATTS_HandleValueIndication(uint16_t conn_id, uint16_t attr_handle, in GATTS_HandleValueIndication()
|
/packages/modules/Bluetooth/system/bta/le_audio/ |
D | state_machine_test.cc | 486 uint16_t attr_handle = ATTR_HANDLE_ASCS_POOL_START; in PrepareConnectedDevice() local 736 uint16_t attr_handle = ATTR_HANDLE_PACS_POOL_START; in MultipleTestDevicePrepare() local
|