HomeSort by relevance Sort by last modified time
    Searched full:descriptor_id (Results 1 - 13 of 13) sorted by null

  /system/bt/service/doc/
IBluetoothGattClientCallback.txt 58 * from the |descriptor_id| structure.
60 void onGetDescriptor(in GattIdentifier descriptor_id);
100 * code in case of an error. |descriptor_id| refers to the descriptor this
105 void onDescriptorRead(in int status, in GattIdentifier descriptor_id,
111 * code in case of an error. |descriptor_id| refers to the descriptor this
114 void onDescriptorWrite(in int status, in GattIdentifier descriptor_id);
IBluetoothGattServerCallback.txt 60 * |descriptor_id|. |offset| is the index of the descriptor value that
73 in GattIdentifier descriptor_id);
98 * |descriptor_id| with the value |value|. An implementation should handle
113 in GattIdentifier descriptor_id);
IBluetoothGattClient.txt 101 * |descriptor_id|. The result will be asynchronously reported in
112 in GattIdentifier descriptor_id);
116 * |descriptor_id| with the value |value|. The |write_type| parameter
133 in GattIdentifier descriptor_id,
  /system/bt/service/common/bluetooth/binder/
IBluetoothGattServerCallback.h 70 const bluetooth::GattIdentifier& descriptor_id) = 0;
82 const bluetooth::GattIdentifier& descriptor_id) = 0;
132 const bluetooth::GattIdentifier& descriptor_id) override;
142 const bluetooth::GattIdentifier& descriptor_id) override;
IBluetoothGattServerCallback.cpp 201 const bluetooth::GattIdentifier& descriptor_id) {
210 WriteGattIdentifierToParcel(descriptor_id, &data);
245 const bluetooth::GattIdentifier& descriptor_id) {
256 WriteGattIdentifierToParcel(descriptor_id, &data);
  /system/bt/service/ipc/binder/
bluetooth_gatt_server_binder_server.h 77 const bluetooth::GattIdentifier& descriptor_id) override;
89 const bluetooth::GattIdentifier& descriptor_id) override;
bluetooth_gatt_server_binder_server.cpp 256 const bluetooth::GattIdentifier& descriptor_id) {
267 device_address, request_id, offset, is_long, descriptor_id);
326 const bluetooth::GattIdentifier& descriptor_id) {
338 value, descriptor_id);
  /system/bt/service/example/heart_rate/
heart_rate_server.h 66 const bluetooth::GattIdentifier& descriptor_id) override;
76 const bluetooth::GattIdentifier& descriptor_id) override;
heart_rate_server.cpp 363 const bluetooth::GattIdentifier& descriptor_id) {
368 if (descriptor_id != hr_measurement_cccd_id_) {
435 const bluetooth::GattIdentifier& descriptor_id) {
451 CHECK(descriptor_id == hr_measurement_cccd_id_);
  /system/bt/service/
gatt_server.h 59 // ID |descriptor_id| from a remote device with address |device_address|.
66 const bluetooth::GattIdentifier& descriptor_id) = 0;
85 // with ID |descriptor_id| from a remote device with address
98 const bluetooth::GattIdentifier& descriptor_id) = 0;
  /system/bt/service/test/
gatt_server_unittest.cpp 91 const bluetooth::GattIdentifier& descriptor_id) override {
97 desc_read_req_.gatt_id = descriptor_id;
123 const bluetooth::GattIdentifier& descriptor_id) override {
130 desc_write_req_.gatt_id = descriptor_id;
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/lib/gcc/x86_64-w64-mingw32/4.8.3/plugin/include/
bitmap.h 182 unsigned int descriptor_id; /* Unique identifier for the allocation member in struct:bitmap_head_def
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/lib/gcc/x86_64-w64-mingw32/4.8.3/plugin/
gtype.state     [all...]

Completed in 485 milliseconds