Searched refs:ble_beacon_add (Results 1 – 3 of 3) sorted by relevance
15 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, ¶ms.chip_proto) { in new()
40 pub fn ble_beacon_add( in ble_beacon_add() function
238 pub fn ble_beacon_add( in ble_beacon_add() function412 use crate::bluetooth::ble_beacon_add;425 let add_result = ble_beacon_add( in new_test_beacon_with_settings()