Searched refs:peer_channel_mask (Results 1 - 2 of 2) sorted by path

/system/bt/stack/l2cap/
H A Dl2c_api.cc1612 tL2C_BLE_FIXED_CHNLS_MASK peer_channel_mask; local
1621 peer_channel_mask = l2cb.l2c_ble_fixed_chnls_mask;
1623 peer_channel_mask = p_lcb->peer_chnl_mask[0];
1626 if (!(peer_channel_mask & (1 << fixed_cid))) {
1733 tL2C_BLE_FIXED_CHNLS_MASK peer_channel_mask; local
1737 peer_channel_mask = l2cb.l2c_ble_fixed_chnls_mask;
1739 peer_channel_mask = p_lcb->peer_chnl_mask[0];
1741 if ((peer_channel_mask & (1 << fixed_cid)) == 0) {
H A Dl2c_utils.cc2720 uint8_t peer_channel_mask = p_lcb->peer_chnl_mask[0]; local
2736 } else if ((peer_channel_mask & (1 << (xx + L2CAP_FIRST_FIXED_CHNL))) &&

Completed in 122 milliseconds