Home
last modified time | relevance | path

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

/system/bt/hci/src/
Dpacket_fragmenter.c38 #define GET_BOUNDARY_FLAG(handle) (((handle) >> 12) & 0x0003) macro
140 uint8_t boundary_flag = GET_BOUNDARY_FLAG(handle); in reassemble_and_dispatch()