Home
last modified time | relevance | path

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

/hardware/qcom/bt/msm8996/libbt-vendor/src/
Dhw_rome.c61 #define MSB_NIBBLE_MASK 0xF0 macro
235 board_id[0] = convert2ascii ((rsp[7] & MSB_NIBBLE_MASK) >> 4); in get_vs_hci_event()
239 board_id[0] = convert2ascii ((rsp[6] & MSB_NIBBLE_MASK) >> 4); in get_vs_hci_event()
241 board_id[2] = convert2ascii ((rsp[7] & MSB_NIBBLE_MASK) >> 4); in get_vs_hci_event()