Home
last modified time | relevance | path

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

/hardware/qcom/bt/msm8996/libbt-vendor/src/
Dhw_rome.c61 #define LSB_NIBBLE_MASK 0x0F macro
236 board_id[1] = convert2ascii (rsp[7] & LSB_NIBBLE_MASK); in get_vs_hci_event()
240 board_id[1] = convert2ascii (rsp[6] & LSB_NIBBLE_MASK); in get_vs_hci_event()
242 board_id[3] = convert2ascii (rsp[7] & LSB_NIBBLE_MASK); in get_vs_hci_event()