Function stm32wb_hci::to_bd_addr_type
source · pub fn to_bd_addr_type(
bd_addr_type: u8,
addr: BdAddr
) -> Result<BdAddrType, BdAddrTypeError>Expand description
Wraps a BdAddr in a BdAddrType.
Errors
bd_addr_typedoes not denote an appropriate type. Returns the byte. The address is discarded.