Home
last modified time | relevance | path

Searched defs:char_id (Results 1 – 9 of 9) sorted by relevance

/system/bt/service/common/bluetooth/binder/
DIBluetoothGattServerCallback.cpp67 auto char_id = CreateGattIdentifierFromParcel(data); in onTransact() local
95 auto char_id = CreateGattIdentifierFromParcel(data); in onTransact() local
Dparcel_helpers.cpp169 int char_id = parcel.readInt32(); in CreateGattIdentifierFromParcel() local
DIBluetoothGattServer.cpp147 auto char_id = CreateGattIdentifierFromParcel(data); in onTransact() local
/system/bt/service/common/bluetooth/
Dgatt_identifier.cpp66 const GattIdentifier& char_id) { in CreateDescriptorId()
/system/bt/test/suite/gatt/
Dgatt_test.cpp143 int status, int server_if, const bt_uuid_t& char_id, in CharacteristicAddedCallback()
/system/bt/service/test/
Dparcel_helpers_unittest.cpp157 auto char_id = GattIdentifier::CreateCharacteristicId(3, uuid1, *service_id); in TEST() local
/system/bt/service/
Dgatt_server.cpp125 auto char_id = GetIdForCharacteristic(uuid); in AddCharacteristic() local
266 GattIdentifier char_id; in GetIdForDescriptor() local
/system/bt/service/ipc/binder/
Dbluetooth_gatt_server_binder_server.cpp93 auto char_id = gatt_server->AddCharacteristic(uuid, properties, permissions); in AddCharacteristic() local
/system/bt/btif/src/
Dbtif_gatt_client.c181 btgatt_gatt_id_t char_id; member