Home
last modified time | relevance | path

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

/tools/netsim/rust/daemon/src/bluetooth/
Dbeacon.rs214 && destination_address == addr_to_str(beacon.address) in receive_link_layer_packet()
368 address: addr_to_str(beacon.address), in ble_beacon_get()
375 fn addr_to_str(addr: Address) -> String { in addr_to_str() function
567 assert_eq!("be:ac:12:34:00:0f", addr_to_str(addr.try_into().unwrap())) in test_addr_to_str_succeeds()
573 assert_eq!("00:00:00:00:00:00", addr_to_str(addr.try_into().unwrap())) in test_empty_addr_to_str_succeeds()
579 assert_eq!("00:00:00:00:00:7b", addr_to_str(addr.try_into().unwrap())) in test_small_addr_to_str_succeeds()