Lines Matching refs:BOOLEAN

169     BOOLEAN     remote_busy;                /* TRUE if peer has flowed us off           */
170 BOOLEAN local_busy; /* TRUE if we have flowed off the peer */
172 BOOLEAN rej_sent; /* Reject was sent */
173 BOOLEAN srej_sent; /* Selective Reject was sent */
174 BOOLEAN wait_ack; /* Transmitter is waiting ack (poll sent) */
175 BOOLEAN rej_after_srej; /* Send a REJ when SREJ clears */
177 BOOLEAN send_f_rsp; /* We need to send an F-bit response */
236 BOOLEAN in_use;
255 BOOLEAN in_use; /* TRUE when in use, FALSE when not */
288 BOOLEAN cong_sent; /* Set when congested status sent */
301 BOOLEAN peer_cfg_already_rejected; /* If mode rejected once, set to TRUE */
302BOOLEAN out_cfg_fcr_present; /* TRUE if cfg response shoulkd include fcr options */
310 BOOLEAN is_flushable; /* TRUE if channel is flushable */
355 BOOLEAN in_use; /* TRUE when in use, FALSE when not */
372 BOOLEAN is_bonding; /* True - link active only for bonding */
379 BOOLEAN partial_segment_being_sent; /* Set TRUE when a partial segment */
381 BOOLEAN w4_info_rsp; /* TRUE when info request is active */
439 BOOLEAN check_round_robin; /* Do a round robin check */
441 BOOLEAN is_cong_cback_context;
451 BOOLEAN disallow_switch; /* FALSE, to allow switch at create conn */
464BOOLEAN is_flush_active; /* TRUE if an HCI_Enhanced_Flush has been sent */
477 BOOLEAN is_ble_connecting;
484BOOLEAN ble_check_round_robin; /* Do a round robin check */
553 extern void l2c_process_held_packets (BOOLEAN timed_out);
558 extern tL2C_LCB *l2cu_allocate_lcb (BD_ADDR p_bd_addr, BOOLEAN is_bonding, tBT_TRANSPORT transport);
559 extern BOOLEAN l2cu_start_post_bond_timer (UINT16 handle);
563 extern void l2cu_update_lcb_4_bonding (BD_ADDR p_bd_addr, BOOLEAN is_bonding);
566 extern BOOLEAN l2cu_set_acl_priority (BD_ADDR bd_addr, UINT8 priority, BOOLEAN reset_after_rs);
577 extern BOOLEAN l2c_is_cmd_rejected (UINT8 cmd_code, UINT8 id, tL2C_LCB *p_lcb);
598 extern void l2cu_set_non_flushable_pbf(BOOLEAN);
606 extern BOOLEAN l2cu_initialize_fixed_ccb (tL2C_LCB *p_lcb, UINT16 fixed_cid, tL2CAP_FCR_OPTS *p_fcr…
616 BOOLEAN l2c_ucd_check_pending_info_req(tL2C_CCB *p_ccb);
617 BOOLEAN l2c_ucd_check_pending_out_sec_q(tL2C_CCB *p_ccb);
620 BOOLEAN l2c_ucd_check_pending_in_sec_q(tL2C_CCB *p_ccb);
623 BOOLEAN l2c_ucd_check_rx_pkts(tL2C_LCB *p_lcb, BT_HDR *p_msg);
624 BOOLEAN l2c_ucd_process_event(tL2C_CCB *p_ccb, UINT16 event, void *p_data);
632 extern BOOLEAN l2cu_initialize_fixed_ccb (tL2C_LCB *p_lcb, UINT16 fixed_cid, tL2CAP_FCR_OPTS *p_fcr…
640 extern BOOLEAN l2cu_check_feature_req (tL2C_LCB *p_lcb, UINT8 id, UINT8 *p_data, UINT16 data_len);
655 extern BOOLEAN l2cu_lcb_disconnecting (void);
657 extern BOOLEAN l2cu_create_conn (tL2C_LCB *p_lcb, tBT_TRANSPORT transport);
658 extern BOOLEAN l2cu_create_conn_after_switch (tL2C_LCB *p_lcb);
667 extern BOOLEAN l2c_link_hci_conn_req (BD_ADDR bd_addr);
668 extern BOOLEAN l2c_link_hci_conn_comp (UINT8 status, UINT16 handle, BD_ADDR p_bda);
669 extern BOOLEAN l2c_link_hci_disc_comp (UINT16 handle, UINT8 reason);
670 extern BOOLEAN l2c_link_hci_qos_violation (UINT16 handle);
690 extern BOOLEAN l2c_link_check_power_mode ( tL2C_LCB *p_lcb );
718 extern BOOLEAN l2c_fcr_is_flow_controlled (tL2C_CCB *p_ccb);
724 extern BOOLEAN l2c_fcr_adj_our_req_options (tL2C_CCB *p_ccb, tL2CAP_CFG_INFO *p_cfg);
726 extern BOOLEAN l2c_fcr_renegotiate_chan(tL2C_CCB *p_ccb, tL2CAP_CFG_INFO *p_cfg);
735 extern BOOLEAN l2cble_create_conn (tL2C_LCB *p_lcb);
739 extern BOOLEAN l2cble_init_direct_conn (tL2C_LCB *p_lcb);