Home
last modified time | relevance | path

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

/hal_espressif-latest/components/bt/host/bluedroid/stack/l2cap/
Dl2c_main.c361 UINT8 cmd_code, cfg_code, cfg_len, id; in process_l2cap_cmd() local
535 STREAM_TO_UINT8 (cfg_code, p); in process_l2cap_cmd()
538 switch (cfg_code & 0x7F) { in process_l2cap_cmd()
589 if ((cfg_code & 0x80) == 0) { in process_l2cap_cmd()
626 STREAM_TO_UINT8 (cfg_code, p); in process_l2cap_cmd()
629 switch (cfg_code & 0x7F) { in process_l2cap_cmd()
Dl2c_utils.c856 UINT8 cfg_code; in l2cu_send_peer_config_rej() local
911 cfg_code = *p_data; in l2cu_send_peer_config_rej()
914 switch (cfg_code & 0x7F) { in l2cu_send_peer_config_rej()
926 if ((cfg_code & 0x80) == 0) { in l2cu_send_peer_config_rej()