Home
last modified time | relevance | path

Searched refs:GetBleScannerIntf (Results 1 – 3 of 3) sorted by relevance

/packages/modules/Bluetooth/system/gd/rust/topshim/gatt/
Dgatt_ble_scanner_shim.h193 std::unique_ptr<BleScannerIntf> GetBleScannerIntf(const unsigned char* gatt_intf);
Dgatt_ble_scanner_shim.cc422 std::unique_ptr<BleScannerIntf> GetBleScannerIntf(const unsigned char* gatt_intf) { in GetBleScannerIntf() function
/packages/modules/Bluetooth/system/gd/rust/topshim/src/profiles/
Dgatt.rs145 unsafe fn GetBleScannerIntf(gatt: *const u8) -> UniquePtr<BleScannerIntf>; in GetBleScannerIntf() function
1745 let gatt_scanner_intf = unsafe { ffi::GetBleScannerIntf(r as *const u8) }; in new()