Home
last modified time | relevance | path

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

/hal_espressif-3.5.0/components/bt/host/bluedroid/stack/l2cap/
Dl2c_main.c339 UINT8 cmd_code, cfg_code, cfg_len, id; in process_l2cap_cmd() local
507 STREAM_TO_UINT8 (cfg_code, p); in process_l2cap_cmd()
510 switch (cfg_code & 0x7F) { in process_l2cap_cmd()
561 if ((cfg_code & 0x80) == 0) { in process_l2cap_cmd()
598 STREAM_TO_UINT8 (cfg_code, p); in process_l2cap_cmd()
601 switch (cfg_code & 0x7F) { in process_l2cap_cmd()
Dl2c_utils.c852 UINT8 cfg_code; in l2cu_send_peer_config_rej() local
907 cfg_code = *p_data; in l2cu_send_peer_config_rej()
910 switch (cfg_code & 0x7F) { in l2cu_send_peer_config_rej()
922 if ((cfg_code & 0x80) == 0) { in l2cu_send_peer_config_rej()