Home
last modified time | relevance | path

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

/tools/netsim/rust/daemon/src/wireless/
Dble_beacon.rs15 use crate::bluetooth::{ble_beacon_add, ble_beacon_get, ble_beacon_patch, ble_beacon_remove};
93 match ble_beacon_add(params.device_name.clone(), chip_id, &params.chip_proto) { in new()
/tools/netsim/rust/daemon/src/bluetooth/
Dmocked.rs40 pub fn ble_beacon_add( in ble_beacon_add() function
Dbeacon.rs238 pub fn ble_beacon_add( in ble_beacon_add() function
412 use crate::bluetooth::ble_beacon_add;
425 let add_result = ble_beacon_add( in new_test_beacon_with_settings()