HomeSort by relevance Sort by last modified time
    Searched refs:char_id (Results 1 - 12 of 12) sorted by null

  /system/bt/service/common/bluetooth/
gatt_identifier.cpp 66 const GattIdentifier& char_id) {
67 if (!char_id.IsCharacteristic())
70 std::unique_ptr<GattIdentifier> gatt_id(new GattIdentifier(char_id));
  /system/bt/service/common/bluetooth/binder/
IBluetoothGattServerCallback.cpp 67 auto char_id = CreateGattIdentifierFromParcel(data); local
68 CHECK(char_id);
70 *char_id);
95 auto char_id = CreateGattIdentifierFromParcel(data); local
96 CHECK(char_id);
99 need_rsp, *value, *char_id);
IBluetoothGattServer.cpp 147 auto char_id = CreateGattIdentifierFromParcel(data); local
148 CHECK(char_id);
155 bool result = SendNotification(server_if, device_address, *char_id, confirm,
parcel_helpers.cpp 169 int char_id = parcel.readInt32(); local
176 service_id, char_id, desc_id));
  /system/bt/test/suite/gatt/
gatt_test.h 76 int status, int server_if, const bt_uuid_t& char_id,
gatt_test.cpp 143 int status, int server_if, const bt_uuid_t& char_id,
  /system/bt/service/test/
parcel_helpers_unittest.cpp 157 auto char_id = GattIdentifier::CreateCharacteristicId(3, uuid1, *service_id); local
158 auto desc_id = GattIdentifier::CreateDescriptorId(10, uuid2, *char_id);
161 TestGattIdentifier(*char_id);
  /system/bt/service/ipc/binder/
bluetooth_gatt_server_binder_server.cpp 93 auto char_id = gatt_server->AddCharacteristic(uuid, properties, permissions); local
94 if (!char_id) {
100 out_id->swap(char_id);
  /system/bt/service/
gatt_server.cpp 125 auto char_id = GetIdForCharacteristic(uuid); local
126 CHECK(char_id);
127 AttributeEntry entry(*char_id, properties, permissions);
133 return char_id;
266 GattIdentifier char_id; local
275 char_id = gatt_id;
295 return GattIdentifier::CreateDescriptorId(inst_id, uuid, char_id);
  /hardware/libhardware/include/hardware/
bt_gatt_client.h 53 btgatt_gatt_id_t char_id; member in struct:__anon31138
  /packages/apps/Bluetooth/jni/
com_android_bluetooth_gatt.cpp 699 void btgatts_characteristic_added_cb(int status, int server_if, bt_uuid_t *char_id,
704 status, server_if, UUID_PARAMS(char_id),
    [all...]
  /system/bt/btif/src/
btif_gatt_client.c 181 btgatt_gatt_id_t char_id; member in struct:__anon72242
    [all...]

Completed in 169 milliseconds