Home
last modified time | relevance | path

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

/hal_espressif-3.4.0/components/bt/host/bluedroid/stack/l2cap/
Dl2c_ucd.c547 } else if ( p_lcb->info_rx_bits & (1 << L2CAP_EXTENDED_FEATURES_INFO_TYPE) ) { in l2c_ucd_connect()
638 if ( p_ccb->p_lcb->info_rx_bits & (1 << L2CAP_EXTENDED_FEATURES_INFO_TYPE) ) { in l2c_ucd_check_pending_info_req()
660 if ( p_ccb->p_lcb->info_rx_bits & (1 << L2CAP_CONNLESS_MTU_INFO_TYPE)) { in l2c_ucd_check_pending_info_req()
Dl2c_main.c723 p_lcb->info_rx_bits |= (1 << info_type); in process_l2cap_cmd()
/hal_espressif-3.4.0/components/bt/host/bluedroid/stack/l2cap/include/
Dl2c_int.h407 UINT8 info_rx_bits; /* set 1 if received info type */ member