mirror of
https://github.com/kidfromjupiter/nearby.git
synced 2026-09-16 15:36:12 -04:00
Add implementation for async BLE start scan/advertise
PiperOrigin-RevId: 559863656
This commit is contained in:
committed by
Copybara-Service
parent
91fb4a9a3e
commit
965cc0ecbc
@@ -56,6 +56,9 @@ CBCharacteristicProperties CBCharacteristicPropertiesFromCPP(
|
||||
/** Converts a C++ characteristic to an Objective-C characteristic. */
|
||||
GNCBLEGATTCharacteristic *ObjCGATTCharacteristicFromCPP(const api::ble_v2::GattCharacteristic &c);
|
||||
|
||||
NSMutableDictionary<CBUUID *, NSData *> *ObjCServiceDataFromCPP(
|
||||
const absl::flat_hash_map<Uuid, nearby::ByteArray> &sd);
|
||||
|
||||
/** Converts a 16 or 128 bit CoreBluetooth UUID to a C++ UUID. */
|
||||
Uuid CPPUUIDFromObjC(CBUUID *uuid);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user