Searched defs:p_hci_len (Results 1 - 1 of 1) sorted by relevance

/system/bt/stack/l2cap/
H A Dl2c_utils.cc745 uint8_t *p, *p_hci_len, *p_data_end; local
777 p_hci_len = p;
835 len = (uint16_t)(p - p_hci_len - 2);
836 UINT16_TO_STREAM(p_hci_len, len);

Completed in 29 milliseconds