Home | History | Annotate | Download | only in btm

Lines Matching defs:byte

140   uint8_t byte;
144 byte = index / 8;
146 btm_cb.ble_ctr_cb.irk_list_mask[byte] &= (~(1 << bit));
161 uint8_t byte;
165 byte = i / 8;
168 if ((btm_cb.ble_ctr_cb.irk_list_mask[byte] & (1 << bit)) == 0) {
169 btm_cb.ble_ctr_cb.irk_list_mask[byte] |= (1 << bit);
230 /* VSC complete has one extra byte for op code and list size, skip it here
279 /* privacy 1.2 command complete does not have these extra byte */
281 /* VSC complete has one extra byte for op code, skip it here */