Lines Matching refs:BOOLEAN

93     BOOLEAN         in_use;
95 BOOLEAN link_up_issued; /* True if busy_level link up has been issued */
181 BOOLEAN no_disc_if_pair_fail;
182 BOOLEAN enable_test_mac_val;
184 BOOLEAN enable_test_local_sign_cntr;
192 BOOLEAN secure_connections_only; /* Rejects service level 0 connections if */
230 BOOLEAN in_use;
233 BOOLEAN scan_rsp;
270 BOOLEAN remname_active; /* State of a remote name request by external API */
290 BOOLEAN inqfilt_active;
304 BOOLEAN no_inc_ssp; /* TRUE, to stop inquiry on incoming SSP */
380 BOOLEAN is_orig; /* TRUE if the originator */
381 BOOLEAN rem_bd_known; /* TRUE if remote BD addr known */
397 BOOLEAN esco_supported; /* TRUE if 1.2 cntlr AND supports eSCO links */
557 BOOLEAN is_originator; /* TRUE if device is originating connection */
559 BOOLEAN is_ucd; /* TRUE if device is sending or receiving UCD */
562 BOOLEAN role_master; /* TRUE if current mode is master */
564BOOLEAN link_key_not_sent; /* link key notification has not been sent waiting for name */
566 BOOLEAN link_key_changed; /* Changed link key during current connection */
581 BOOLEAN remote_supports_secure_connections;
582 BOOLEAN remote_features_needed; /* set to true if the local device is in */
590 BOOLEAN new_encryption_key_is_p256; /* Set to TRUE when the newly generated LK
595 BOOLEAN no_smp_on_br; /* if set to TRUE then SMP on BR/EDR doesn't */
618 #define BTM_SEC_IS_SM4(sm) ((BOOLEAN)(BTM_SM4_TRUE == ((sm)&BTM_SM4_TRUE)))
619 #define BTM_SEC_IS_SM4_LEGACY(sm) ((BOOLEAN)(BTM_SM4_KNOWN == ((sm)&BTM_SM4_TRUE)))
620 #define BTM_SEC_IS_SM4_UNKNOWN(sm) ((BOOLEAN)(BTM_SM4_UNKNOWN == ((sm)&BTM_SM4_TRUE)))
632 BOOLEAN pin_type; /* TRUE if PIN type is fixed */
635 BOOLEAN connectable; /* If TRUE page scan should be enabled */
694 BOOLEAN chg_ind; /* a request change indication */
745 BOOLEAN is_mux;
748 BOOLEAN is_orig;
770 typedef BOOLEAN CONNECTION_TYPE;
851 BOOLEAN pairing_disabled;
852 BOOLEAN connect_only_paired;
853 BOOLEAN security_mode_changed; /* mode changed during bonding */
854 BOOLEAN pin_type_changed; /* pin type changed during bonding */
855 BOOLEAN sec_req_pending; /* TRUE if a request is pending */
881 BOOLEAN is_paging; /* TRUE, if paging is in progess */
882 BOOLEAN is_inquiry; /* TRUE, if inquiry is in progess */
884 BOOLEAN paging;
885 BOOLEAN discing;
933 extern BOOLEAN btm_inq_find_bdaddr (BD_ADDR p_bda);
935 extern BOOLEAN btm_lookup_eir(BD_ADDR_PTR p_rem_addr);
954 extern void btm_read_tx_power_complete (UINT8 *p, BOOLEAN is_ble);
974 extern BOOLEAN btm_acl_notif_conn_collision (BD_ADDR bda);
1003 extern BOOLEAN btm_is_sco_active (UINT16 handle);
1005 extern BOOLEAN btm_is_sco_active_by_bdaddr (BD_ADDR remote_bda);
1022 extern BOOLEAN btm_ble_addr_resolvable(BD_ADDR rpa, tBTM_SEC_DEV_REC *p_dev_rec);
1024 extern BOOLEAN btm_ble_resolving_list_load_dev(tBTM_SEC_DEV_REC *p_dev_rec);
1040 extern BOOLEAN btm_dev_support_switch (BD_ADDR bd_addr);
1048 extern BOOLEAN btm_set_bond_type_dev(BD_ADDR bd_addr,
1054 extern BOOLEAN btm_dev_support_switch (BD_ADDR bd_addr);
1058 extern tBTM_STATUS btm_sec_mx_access_request (BD_ADDR bd_addr, UINT16 psm, BOOLEAN is_originator,
1084 extern void btm_sec_dev_rec_cback_event (tBTM_SEC_DEV_REC *p_dev_rec, UINT8 res, BOOLEAN is_le_tra…
1089 extern BOOLEAN btm_sec_find_bonded_dev (UINT8 start_idx, UINT8 *p_found_idx, tBTM_SEC_DEV_REC **p_…
1090 extern BOOLEAN btm_sec_is_a_bonded_dev (BD_ADDR bda);
1092 extern BOOLEAN btm_sec_is_le_capable_dev (BD_ADDR bda);
1093 extern BOOLEAN btm_ble_init_pseudo_addr (tBTM_SEC_DEV_REC *p_dev_rec, BD_ADDR new_pseudo_addr);