Searched defs:attr_handle (Results 1 – 7 of 7) sorted by relevance
/system/bt/service/hal/ |
D | fake_bluetooth_gatt_interface.cc | 234 int conn_id, int trans_id, const RawAddress& bda, int attr_handle, in NotifyRequestReadCharacteristicCallback() 243 int conn_id, int trans_id, const RawAddress& bda, int attr_handle, in NotifyRequestReadDescriptorCallback() 252 int conn_id, int trans_id, const RawAddress& bda, int attr_handle, in NotifyRequestWriteCharacteristicCallback() 262 int conn_id, int trans_id, const RawAddress& bda, int attr_handle, in NotifyRequestWriteDescriptorCallback()
|
D | bluetooth_gatt_interface.cc | 283 const RawAddress& bda, int attr_handle, in RequestReadCharacteristicCallback() 296 const RawAddress& bda, int attr_handle, in RequestReadDescriptorCallback() 309 const RawAddress& bda, int attr_handle, in RequestWriteCharacteristicCallback() 325 int conn_id, int trans_id, const RawAddress& bda, int attr_handle, in RequestWriteDescriptorCallback()
|
/system/bt/test/mock/ |
D | mock_stack_gatt.cc | 128 tGATT_STATUS GATTS_HandleValueIndication(uint16_t conn_id, uint16_t attr_handle, in GATTS_HandleValueIndication() 134 uint16_t attr_handle, in GATTS_HandleValueNotification()
|
/system/bt/service/ |
D | gatt_server.cc | 406 const RawAddress& bda, int attr_handle, int offset, bool need_rsp, in RequestWriteCharacteristicCallback() 445 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()
|
/system/bt/stack/gatt/ |
D | gatt_api.cc | 437 tGATT_STATUS GATTS_HandleValueIndication(uint16_t conn_id, uint16_t attr_handle, in GATTS_HandleValueIndication() 499 uint16_t attr_handle, in GATTS_HandleValueNotification()
|
/system/bt/stack/test/gatt/ |
D | gatt_sr_test.cc | 104 tGATT_STATUS GATTS_HandleValueIndication(uint16_t conn_id, uint16_t attr_handle, in GATTS_HandleValueIndication()
|