HomeSort by relevance Sort by last modified time
    Searched defs:AddCharacteristic (Results 1 - 4 of 4) sorted by null

  /system/bt/service/common/bluetooth/binder/
IBluetoothGattServer.cpp 90 bool result = AddCharacteristic(
228 bool BpBluetoothGattServer::AddCharacteristic(
  /system/bt/service/ipc/binder/
bluetooth_gatt_server_binder_server.cpp 79 bool BluetoothGattServerBinderServer::AddCharacteristic(
93 auto char_id = gatt_server->AddCharacteristic(uuid, properties, permissions);
  /system/bt/service/
gatt_server.cpp 107 std::unique_ptr<GattIdentifier> GattServer::AddCharacteristic(
gatt_server_old.cpp 98 bt_status_t AddCharacteristic(
310 // This terminates an AddCharacteristic.
510 bt_status_t ServerInternals::AddCharacteristic(
644 bool Server::AddCharacteristic(
647 bt_status_t btstat = internal_->AddCharacteristic(
665 bt_status_t btstat = internal_->AddCharacteristic(
676 btstat = internal_->AddCharacteristic(

Completed in 236 milliseconds