Searched defs:raw_type (Results 1 – 1 of 1) sorted by relevance
50 inline bool is_ble_addr_type_valid(uint8_t raw_type) { return raw_type < 4; } in is_ble_addr_type_valid()64 inline tBLE_ADDR_TYPE to_ble_addr_type(uint8_t raw_type) { return (tBLE_ADDR_TYPE)raw_type; } in to_ble_addr_type()