Searched defs:fw_ext_present (Results 1 - 3 of 3) sorted by relevance
/external/bluetooth/bluedroid/stack/bnep/ |
H A D | bnep_api.c | 352 ** fw_ext_present - forwarded extensions present 366 BOOLEAN fw_ext_present) 388 if (bnep_is_packet_allowed (p_bcb, p_dest_addr, protocol, fw_ext_present, p_data) != BNEP_SUCCESS) 394 if (fw_ext_present) 442 bnepu_build_bnep_hdr (p_bcb, p_buf, protocol, p_src_addr, p_dest_addr, fw_ext_present); 463 ** fw_ext_present - forwarded extensions present 479 BOOLEAN fw_ext_present) 498 if (bnep_is_packet_allowed (p_bcb, p_dest_addr, protocol, fw_ext_present, p_data) != BNEP_SUCCESS) 504 if (fw_ext_present) 558 bnepu_build_bnep_hdr (p_bcb, p_buf, protocol, p_src_addr, p_dest_addr, fw_ext_present); 361 BNEP_WriteBuf(UINT16 handle, UINT8 *p_dest_addr, BT_HDR *p_buf, UINT16 protocol, UINT8 *p_src_addr, BOOLEAN fw_ext_present) argument 473 BNEP_Write(UINT16 handle, UINT8 *p_dest_addr, UINT8 *p_data, UINT16 len, UINT16 protocol, UINT8 *p_src_addr, BOOLEAN fw_ext_present) argument [all...] |
H A D | bnep_main.c | 469 BOOLEAN extension_present, fw_ext_present; local 644 fw_ext_present = TRUE; 646 fw_ext_present = FALSE; 650 (*bnep_cb.p_data_buf_cb)(p_bcb->handle, p_src_addr, p_dst_addr, protocol, p_buf, fw_ext_present); 654 (*bnep_cb.p_data_ind_cb)(p_bcb->handle, p_src_addr, p_dst_addr, protocol, p, rem_len, fw_ext_present);
|
H A D | bnep_utils.c | 487 UINT8 *p_src_addr, UINT8 *p_dest_addr, BOOLEAN fw_ext_present) 492 ext_bit = fw_ext_present ? 0x80 : 0x00; 1315 BOOLEAN fw_ext_present, 1327 if (fw_ext_present) 486 bnepu_build_bnep_hdr(tBNEP_CONN *p_bcb, BT_HDR *p_buf, UINT16 protocol, UINT8 *p_src_addr, UINT8 *p_dest_addr, BOOLEAN fw_ext_present) argument 1312 bnep_is_packet_allowed(tBNEP_CONN *p_bcb, BD_ADDR p_dest_addr, UINT16 protocol, BOOLEAN fw_ext_present, UINT8 *p_data) argument
|
Completed in 93 milliseconds