/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/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/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/ |
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:__anon31982
|
/system/bt/btif/src/ |
btif_gatt_client.c | 181 btgatt_gatt_id_t char_id; member in struct:__anon73771 [all...] |