Home
last modified time | relevance | path

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

/system/bt/hci/src/
Dhci_layer.c56 #define RETRIEVE_ACL_LENGTH(preamble) ((((preamble)[3]) << 8) | (preamble)[2]) macro
568 …incoming->bytes_remaining = (type == DATA_TYPE_ACL) ? RETRIEVE_ACL_LENGTH(incoming->preamble) : by… in hal_says_data_ready()