Home
last modified time | relevance | path

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

/external/bluetooth/bluedroid/bta/hl/
Dbta_hl_utils.c2690 tL2CAP_CH_CFG_BITS peer_cfg_bits; in bta_hl_get_l2cap_cfg() local
2695 &peer_cfg_bits)) in bta_hl_get_l2cap_cfg()
2709 if (peer_cfg_bits & L2CAP_CH_CFG_MASK_FCS) in bta_hl_get_l2cap_cfg()
2720 if (peer_cfg_bits & L2CAP_CH_CFG_MASK_MTU) in bta_hl_get_l2cap_cfg()
/external/bluetooth/bluedroid/stack/l2cap/
Dl2c_utils.c1525 p_ccb->peer_cfg_bits = 0; in l2cu_allocate_ccb()
1923 p_ccb->peer_cfg_bits |= L2CAP_CH_CFG_MASK_MTU; in l2cu_process_peer_cfg_req()
1950 p_ccb->peer_cfg_bits |= L2CAP_CH_CFG_MASK_FLUSH_TO; in l2cu_process_peer_cfg_req()
1970 p_ccb->peer_cfg_bits |= L2CAP_CH_CFG_MASK_QOS; in l2cu_process_peer_cfg_req()
Dl2c_int.h311 tL2CAP_CH_CFG_BITS peer_cfg_bits; /* Store what peer wants to configure */ member
Dl2c_fcr.c2225 p_ccb->peer_cfg_bits |= L2CAP_CH_CFG_MASK_FCS; in l2c_fcr_process_peer_cfg_req()
2260 p_ccb->peer_cfg_bits |= L2CAP_CH_CFG_MASK_FCR; in l2c_fcr_process_peer_cfg_req()
Dl2c_api.c1669 *p_peer_cfg_bits = p_ccb->peer_cfg_bits; in L2CA_GetCurrentConfig()