Home
last modified time | relevance | path

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

/packages/modules/Bluetooth/system/stack/l2cap/
Dl2c_utils.cc760 uint8_t *p, *p_hci_len, *p_data_end; in l2cu_send_peer_config_rej() local
812 p_data_end = p_data + data_len; in l2cu_send_peer_config_rej()
813 while (p_data < p_data_end) { in l2cu_send_peer_config_rej()
839 p_data = p_data_end; /* force loop exit */ in l2cu_send_peer_config_rej()
847 p_data = p_data_end; in l2cu_send_peer_config_rej()