Searched refs:fw_ext_present (Results 1 – 6 of 6) sorted by relevance
/system/bt/stack/include/ |
D | bnep_api.h | 120 BOOLEAN fw_ext_present); 138 BOOLEAN fw_ext_present); 341 BOOLEAN fw_ext_present); 371 BOOLEAN fw_ext_present);
|
/system/bt/stack/bnep/ |
D | bnep_api.c | 360 BOOLEAN fw_ext_present) in BNEP_WriteBuf() argument 382 … if (bnep_is_packet_allowed (p_bcb, p_dest_addr, protocol, fw_ext_present, p_data) != BNEP_SUCCESS) in BNEP_WriteBuf() 388 if (fw_ext_present) in BNEP_WriteBuf() 436 bnepu_build_bnep_hdr (p_bcb, p_buf, protocol, p_src_addr, p_dest_addr, fw_ext_present); in BNEP_WriteBuf() 473 BOOLEAN fw_ext_present) in BNEP_Write() argument 492 … if (bnep_is_packet_allowed (p_bcb, p_dest_addr, protocol, fw_ext_present, p_data) != BNEP_SUCCESS) in BNEP_Write() 498 if (fw_ext_present) in BNEP_Write() 552 bnepu_build_bnep_hdr (p_bcb, p_buf, protocol, p_src_addr, p_dest_addr, fw_ext_present); in BNEP_Write()
|
D | bnep_main.c | 471 BOOLEAN extension_present, fw_ext_present; in bnep_data_ind() local 645 fw_ext_present = TRUE; in bnep_data_ind() 647 fw_ext_present = FALSE; in bnep_data_ind() 651 … (*bnep_cb.p_data_buf_cb)(p_bcb->handle, p_src_addr, p_dst_addr, protocol, p_buf, fw_ext_present); in bnep_data_ind() 655 …nep_cb.p_data_ind_cb)(p_bcb->handle, p_src_addr, p_dst_addr, protocol, p, rem_len, fw_ext_present); in bnep_data_ind()
|
D | bnep_int.h | 240 BOOLEAN fw_ext_present, UINT8 *p_data);
|
D | bnep_utils.c | 489 UINT8 *p_src_addr, UINT8 *p_dest_addr, BOOLEAN fw_ext_present) in bnepu_build_bnep_hdr() argument 495 ext_bit = fw_ext_present ? 0x80 : 0x00; in bnepu_build_bnep_hdr() 1299 BOOLEAN fw_ext_present, in bnep_is_packet_allowed() argument 1310 if (fw_ext_present) in bnep_is_packet_allowed()
|
/system/bt/stack/pan/ |
D | pan_int.h | 123 BOOLEAN fw_ext_present);
|