Home
last modified time | relevance | path

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

/system/bt/stack/l2cap/
Dl2c_main.c324 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()
563 if ((cfg_code & 0x80) == 0) in process_l2cap_cmd()
609 STREAM_TO_UINT8 (cfg_code, p); in process_l2cap_cmd()
612 switch (cfg_code & 0x7F) in process_l2cap_cmd()
Dl2c_utils.c791 UINT8 cfg_code; in l2cu_send_peer_config_rej() local
851 cfg_code = *p_data; in l2cu_send_peer_config_rej()
854 switch (cfg_code & 0x7F) in l2cu_send_peer_config_rej()
868 if ((cfg_code & 0x80) == 0) in l2cu_send_peer_config_rej()