Home
last modified time | relevance | path

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

/hal_espressif-latest/components/bt/host/bluedroid/stack/l2cap/
Dl2c_utils.c855 UINT8 *p, *p_hci_len, *p_data_end; in l2cu_send_peer_config_rej() local
909 p_data_end = p_data + data_len; in l2cu_send_peer_config_rej()
910 while (p_data < p_data_end) { in l2cu_send_peer_config_rej()
933 p_data = p_data_end; /* force loop exit */ in l2cu_send_peer_config_rej()
941 p_data = p_data_end; in l2cu_send_peer_config_rej()