Searched refs:ext_bit (Results 1 – 2 of 2) sorted by relevance
/system/bt/stack/bnep/ |
D | bnep_utils.c | 470 UINT8 ext_bit, *p = (UINT8 *)NULL; in bnepu_build_bnep_hdr() local 473 ext_bit = fw_ext_present ? 0x80 : 0x00; in bnepu_build_bnep_hdr() 487 p = bnepu_init_hdr (p_buf, 15, (UINT8)(ext_bit | BNEP_FRAME_GENERAL_ETHERNET)); in bnepu_build_bnep_hdr() 497 p = bnepu_init_hdr (p_buf, 3, (UINT8)(ext_bit | BNEP_FRAME_COMPRESSED_ETHERNET)); in bnepu_build_bnep_hdr() 501 p = bnepu_init_hdr (p_buf, 9, (UINT8)(ext_bit | BNEP_FRAME_COMPRESSED_ETHERNET_SRC_ONLY)); in bnepu_build_bnep_hdr() 508 p = bnepu_init_hdr (p_buf, 9, (UINT8)(ext_bit | BNEP_FRAME_COMPRESSED_ETHERNET_DEST_ONLY)); in bnepu_build_bnep_hdr()
|
D | bnep_int.h | 220 UINT8 *p_src_addr, UINT8 *p_dest_addr, BOOLEAN ext_bit);
|