Home
last modified time | relevance | path

Searched refs:FALSE (Results 1 – 25 of 239) sorted by relevance

12345678910

/hal_espressif-latest/components/bt/host/bluedroid/stack/include/stack/
Ddyn_mem.h58 #define BTU_DYNAMIC_MEMORY FALSE
59 #define BTM_DYNAMIC_MEMORY FALSE
60 #define L2C_DYNAMIC_MEMORY FALSE
61 #define GATT_DYNAMIC_MEMORY FALSE
62 #define SMP_DYNAMIC_MEMORY FALSE
63 #define BTA_DYNAMIC_MEMORY FALSE
64 #define SDP_DYNAMIC_MEMORY FALSE
65 #define GAP_DYNAMIC_MEMORY FALSE
66 #define RFC_DYNAMIC_MEMORY FALSE
67 #define TCS_DYNAMIC_MEMORY FALSE
[all …]
/hal_espressif-latest/components/bt/host/bluedroid/common/include/common/
Dbt_target.h167 #define CLASSIC_BT_INCLUDED FALSE
171 #define CLASSIC_BT_GATT_INCLUDED FALSE
181 #define BLE_INCLUDED FALSE
187 #define BLE_50_FEATURE_SUPPORT FALSE
191 #if (UC_BT_BLE_42_FEATURES_SUPPORTED == TRUE || BLE_50_FEATURE_SUPPORT == FALSE)
194 #define BLE_42_FEATURE_SUPPORT FALSE
197 #define BLE_42_FEATURE_SUPPORT FALSE
198 #define BLE_50_FEATURE_SUPPORT FALSE
204 #define BLE_FEAT_PERIODIC_ADV_SYNC_TRANSFER FALSE
210 #define BLE_FEAT_PERIODIC_ADV_ENH FALSE
[all …]
Dbluedroid_user_config.h32 #define UC_BT_CLASSIC_ENABLED FALSE
39 #define UC_BT_A2DP_ENABLED FALSE
46 #define UC_BT_SPP_ENABLED FALSE
53 #define UC_BT_L2CAP_ENABLED FALSE
60 #define UC_BT_HFP_AG_ENABLED FALSE
67 #define UC_BT_HFP_CLIENT_ENABLED FALSE
74 #define UC_BT_HID_ENABLED FALSE
81 #define UC_BT_HID_HOST_ENABLED FALSE
88 #define UC_BT_HID_DEVICE_ENABLED FALSE
95 #define UC_BT_SSP_ENABLED FALSE
[all …]
Dbte.h65 #define BUILD_HCITOOL FALSE
66 #define BUILD_L2PING FALSE
69 #define LINUX_FM_DRIVER_INCLUDED FALSE
/hal_espressif-latest/components/bt/host/bluedroid/external/sbc/encoder/include/
Dsbc_encoder.h35 #ifndef FALSE
36 #define FALSE 0 macro
40 #define TRUE (!FALSE)
81 #define SBC_DSP_OPT FALSE
86 #define SBC_USE_ARM_PRAGMA FALSE
92 #define SBC_ARM_ASM_OPT FALSE
97 #define SBC_GHS_COMPILER FALSE
114 #define SBC_IS_64_MULT_IN_WINDOW_ACCU FALSE
121 #define SBC_IS_64_MULT_IN_IDCT FALSE
142 #define SBC_NO_PCM_CPY_OPTION FALSE
[all …]
/hal_espressif-latest/components/bt/common/include/
Dbt_user_config.h23 #define UC_BT_BLE_DYNAMIC_ENV_MEMORY FALSE
29 #define UC_BT_STACK_NO_LOG FALSE
94 #define UC_BT_BLUFI_ENABLE FALSE
101 #define UC_BT_BLUEDROID_MEM_DEBUG FALSE
107 #define UC_HEAP_ALLOCATION_FROM_SPIRAM_FIRST FALSE
113 #define UC_BT_ABORT_WHEN_ALLOCATION_FAILS FALSE
120 #define UC_BT_HCI_LOG_DEBUG_EN FALSE
Dbt_common.h15 #ifndef FALSE
16 #define FALSE false macro
27 #define BLUFI_INCLUDED FALSE
54 #define BT_BLE_DYNAMIC_ENV_MEMORY FALSE
55 #define BTC_DYNAMIC_MEMORY FALSE
61 #define HEAP_MEMORY_DEBUG FALSE
65 #define BT_BLE_DYNAMIC_ENV_MEMORY FALSE
71 #define HEAP_ALLOCATION_FROM_SPIRAM_FIRST FALSE
77 #define HEAP_ALLOCATION_FAILS_ABORT FALSE
84 #define BT_HCI_LOG_INCLUDED FALSE
/hal_espressif-latest/components/bt/host/bluedroid/stack/l2cap/
Dl2c_api.c163 BOOLEAN done = FALSE; in L2CA_AllocatePSM()
251 if ( ((p_lcb = l2cu_allocate_lcb (p_bd_addr, FALSE, BT_TRANSPORT_BR_EDR)) == NULL) in L2CA_ErtmConnectReq()
253 || (l2cu_create_conn(p_lcb, BT_TRANSPORT_BR_EDR) == FALSE) ) { in L2CA_ErtmConnectReq()
403 return (FALSE); in L2CA_ErtmConnectRsp()
408 return (FALSE); in L2CA_ErtmConnectRsp()
414 return (FALSE); in L2CA_ErtmConnectRsp()
482 return (FALSE); in L2CA_ConfigReq()
487 return (FALSE); in L2CA_ConfigReq()
493 p_cfg->fcs_present = FALSE; in L2CA_ConfigReq()
494 p_cfg->ext_flow_spec_present = FALSE; in L2CA_ConfigReq()
[all …]
Dl2c_ucd.c200 return (FALSE); in L2CA_UcdRegister()
205 return (FALSE); in L2CA_UcdRegister()
215 return (FALSE); in L2CA_UcdRegister()
268 return (FALSE); in L2CA_UcdDeregister()
321 return (FALSE); in L2CA_UcdDiscover()
328 if ( l2c_ucd_connect (rem_bda) == FALSE ) { in L2CA_UcdDiscover()
329 return (FALSE); in L2CA_UcdDiscover()
393 if ( l2c_ucd_connect (rem_bda) == FALSE ) { in L2CA_UcdDataWrite()
470 return (FALSE); in L2CA_UcdSetIdleTimeout()
497 return (FALSE); in L2CA_UCDSetTxPriority()
[all …]
/hal_espressif-latest/components/bt/host/bluedroid/stack/hcic/
Dhcicmds.c44 return (FALSE); in btsnd_hcic_inquiry()
69 return (FALSE); in btsnd_hcic_inq_cancel()
90 return (FALSE); in btsnd_hcic_per_inq_mode()
117 return (FALSE); in btsnd_hcic_exit_per_inq()
140 return (FALSE); in btsnd_hcic_create_conn()
178 return (FALSE); in btsnd_hcic_disconnect()
203 return (FALSE); in btsnd_hcic_add_SCO_conn()
228 return (FALSE); in btsnd_hcic_create_conn_cancel()
251 return (FALSE); in btsnd_hcic_accept_conn()
276 return (FALSE); in btsnd_hcic_reject_conn()
[all …]
/hal_espressif-latest/components/bt/host/bluedroid/stack/btm/
Dbtm_ble_bgconn.c83 return FALSE; in background_connection_add()
91 return FALSE; in background_connection_remove()
203 BOOLEAN started = FALSE; in btm_add_dev_to_controller()
286 return FALSE; in btm_update_dev_to_white_list()
318 return FALSE; in btm_update_dev_to_white_list()
330 return FALSE; in btm_update_dev_to_white_list()
526 exec = FALSE; in btm_ble_start_auto_conn()
532 exec = FALSE; in btm_ble_start_auto_conn()
541 exec = FALSE; in btm_ble_start_auto_conn()
587 return FALSE; in btm_ble_start_select_conn()
[all …]
Dbtm_dev.c68 BOOLEAN found = FALSE; in BTM_SecAddDevice()
95 return (FALSE); in BTM_SecAddDevice()
185 return FALSE; in BTM_SecDeleteDevice()
274 ret = FALSE; in btm_find_sec_dev_in_list()
283 ret = FALSE; in btm_find_sec_dev_in_list()
289 ret = FALSE; in btm_find_sec_dev_in_list()
295 ret = FALSE; in btm_find_sec_dev_in_list()
300 ret = FALSE; in btm_find_sec_dev_in_list()
304 ret = FALSE; in btm_find_sec_dev_in_list()
332 BOOLEAN new_entry_found = FALSE; in btm_sec_alloc_dev()
[all …]
Dbtm_ble_addr.c226 p_mgnt_cb->busy = FALSE; in btm_ble_resolve_address_cmpl()
259 return FALSE; in btm_ble_proc_resolve_x()
283 return FALSE; in btm_ble_init_pseudo_addr()
297 BOOLEAN rt = FALSE; in btm_ble_addr_resolvable()
368 return FALSE; in btm_ble_match_random_bda()
387 if (btm_cb.addr_res_en == FALSE) { in btm_ble_resolve_random_addr()
439 context.free_check = FALSE; in btm_find_dev_by_identity_addr()
465 if (btm_cb.addr_res_en == FALSE) { in btm_identity_addr_to_random_pseudo()
488 return FALSE; in btm_identity_addr_to_random_pseudo()
502 if (btm_cb.addr_res_en == FALSE) { in btm_random_pseudo_to_identity_addr()
[all …]
/hal_espressif-latest/components/bt/host/bluedroid/bta/hf_ag/
Dbta_ag_sco.c365 BOOLEAN removed_started = FALSE; in bta_ag_remove_sco()
526 p_scb->codec_fallback = FALSE; in bta_ag_create_sco()
597 p_scb->retry_with_sco_only = FALSE; in bta_ag_create_sco()
611 p_scb->retry_with_sco_only = FALSE; in bta_ag_create_sco()
655 p_scb->retry_with_sco_only = FALSE; in bta_ag_create_sco()
696 return FALSE; in bta_ag_attempt_msbc_safe_settings()
720 bta_ag_sco_codec_nego(p_scb, FALSE); in bta_ag_cn_timer_cback()
829 bta_ag_create_sco(p_scb, FALSE); in bta_ag_sco_event()
844 bta_ag_create_sco(p_scb, FALSE); in bta_ag_sco_event()
849 bta_ag_remove_sco(p_scb, FALSE); in bta_ag_sco_event()
[all …]
/hal_espressif-latest/components/bt/host/bluedroid/btc/profile/std/a2dp/
Dbta_av_co.c109 #if AVRC_DYNAMIC_MEMORY == FALSE
178 return FALSE; in bta_av_co_cp_set_flag()
264 return FALSE; in bta_av_co_audio_init()
482 supported = FALSE; in bta_av_audio_sink_getconfig()
540 p_peer->cp_active = FALSE; in bta_av_audio_sink_getconfig()
541 bta_av_co_cb.cp.active = FALSE; in bta_av_audio_sink_getconfig()
603 supported = FALSE; in bta_av_co_audio_getconfig()
672 p_peer->cp_active = FALSE; in bta_av_co_audio_getconfig()
673 bta_av_co_cb.cp.active = FALSE; in bta_av_co_audio_getconfig()
714 BOOLEAN recfg_needed = FALSE; in bta_av_co_audio_setconfig()
[all …]
/hal_espressif-latest/components/bt/host/bluedroid/stack/sdp/
Dsdp_db.c137 return (FALSE); in find_uuid_in_seq()
157 return (FALSE); in find_uuid_in_seq()
253 is_rfcomm_scn = FALSE; in sdp_compose_proto_list()
388 return (FALSE); in SDP_DeleteRecord()
460 return (FALSE); in SDP_AddAttribute()
501 return (FALSE); in SDP_AddAttribute()
508 return (FALSE); in SDP_AddAttribute()
538 return (FALSE); in SDP_AddSequence()
576 return FALSE; in SDP_AddSequence()
587 return (FALSE); in SDP_AddSequence()
[all …]
Dsdp_api.c77 return (FALSE); in SDP_InitDiscoveryDb()
121 return (FALSE); in SDP_CancelServiceSearch()
151 return (FALSE); in SDP_ServiceSearchRequest()
160 return (FALSE); in SDP_ServiceSearchRequest()
188 return (FALSE); in SDP_ServiceSearchAttributeRequest()
199 return (FALSE); in SDP_ServiceSearchAttributeRequest()
226 return (FALSE); in SDP_ServiceSearchAttributeRequest2()
238 return (FALSE); in SDP_ServiceSearchAttributeRequest2()
399 return FALSE; in SDP_FindServiceUUIDInRec()
401 return FALSE; in SDP_FindServiceUUIDInRec()
[all …]
/hal_espressif-latest/components/bt/host/bluedroid/bta/sdp/
Dbta_sdp.c38 #if BTA_DYNAMIC_MEMORY == FALSE
69 return FALSE; in bta_sdp_sm_execute()
72 BOOLEAN ret = FALSE; in bta_sdp_sm_execute()
/hal_espressif-latest/components/bt/host/bluedroid/btc/profile/std/avrc/
Dbta_avrc_co.c41 return FALSE; in bta_avrc_co_cmd_allowed()
47 return FALSE; in bta_avrc_co_cmd_allowed()
89 TRUE : FALSE; in bta_avrc_co_rn_evt_supported()
/hal_espressif-latest/components/bt/host/bluedroid/bta/jv/
Dbta_jv_act.c117 static BOOLEAN s_sdp_bqb_add_language_attr_flag = FALSE;
300 BOOLEAN remove_server = FALSE; in bta_jv_free_rfc_cb()
375 p_pcb->cong = FALSE; in bta_jv_free_rfc_cb()
534 bta_jv_clear_pm_cb(&bta_jv_cb.pm_cb[i], FALSE); in bta_jv_free_set_pm_profile_cb()
604 … PORT_CheckConnection(bta_jv_cb.port_cb[j].port_handle, FALSE, peer_bd_addr, NULL)) { in bta_jv_alloc_set_pm_profile_cb()
660 BOOLEAN ret = FALSE; in bta_jv_check_psm()
673 if ( FALSE == bta_sys_is_register(BTA_ID_CT) && in bta_jv_check_psm()
674 FALSE == bta_sys_is_register(BTA_ID_CG) ) { in bta_jv_check_psm()
680 if (FALSE == bta_sys_is_register(BTA_ID_PAN)) { in bta_jv_check_psm()
688 if ( FALSE == bta_sys_is_register(BTA_ID_HD) || in bta_jv_check_psm()
[all …]
/hal_espressif-latest/components/bt/host/bluedroid/bta/hf_client/
Dbta_hf_client_cmd.c35 bta_hf_client_send_at_btrh(FALSE, p_val->uint32_val1); in bta_hf_client_send_at_cmd()
66 bta_hf_client_send_at_bvra(p_val->uint32_val1 == 0 ? FALSE : TRUE); in bta_hf_client_send_at_cmd()
84 … bta_hf_client_send_at_iphoneaccev(p_val->uint32_val1, p_val->uint32_val1 == 0 ? FALSE : TRUE); in bta_hf_client_send_at_cmd()
Dbta_hf_client_sco.c159 BOOLEAN removed_started = FALSE; in bta_hf_client_sco_remove()
487 bta_hf_client_cb.scb.retry_with_sco_only = FALSE; in bta_hf_client_sco_create()
507 bta_hf_client_cb.scb.retry_with_sco_only = FALSE; in bta_hf_client_sco_create()
587 bta_hf_client_sco_create(FALSE); in bta_hf_client_sco_event()
601 bta_hf_client_sco_create(FALSE); in bta_hf_client_sco_event()
606 bta_hf_client_sco_remove(FALSE); in bta_hf_client_sco_event()
615 bta_hf_client_sco_remove(FALSE); in bta_hf_client_sco_event()
628 bta_hf_client_sco_create(FALSE); in bta_hf_client_sco_event()
654 bta_hf_client_sco_create(FALSE); in bta_hf_client_sco_event()
704 bta_hf_client_sco_remove(FALSE); in bta_hf_client_sco_event()
[all …]
/hal_espressif-latest/components/bt/host/bluedroid/bta/gatt/
Dbta_gatts_co.c71 BOOLEAN found = FALSE; in btif_gatts_add_bonded_dev_from_nv()
86 p_cb->srv_chg[p_cb->num_clients].srv_changed = FALSE; in btif_gatts_add_bonded_dev_from_nv()
141 return FALSE; in bta_gatts_co_srv_chg()
162 return FALSE; in bta_gatts_co_load_handle_range()
/hal_espressif-latest/components/bt/host/bluedroid/stack/avrc/
Davrc_utils.c39 BOOLEAN result = FALSE; in AVRC_IsValidAvcType()
94 BOOLEAN result = FALSE; in avrc_is_valid_player_attrib_value()
144 BOOLEAN result = FALSE; in AVRC_IsValidPlayerAttr()
226 BOOLEAN is_valid = FALSE; in avrc_is_valid_opcode()
/hal_espressif-latest/components/bt/host/bluedroid/stack/gatt/
Dgatt_sr.c165 BOOLEAN is_overflow = FALSE; in process_read_multi_rsp()
177 return FALSE; in process_read_multi_rsp()
277 return (FALSE); in process_read_multi_rsp()
298 return FALSE; in process_read_multi_var_rsp()
388 return (FALSE); in process_read_multi_var_rsp()
410 gatt_sr_update_cback_cnt(p_tcb, gatt_if, FALSE, FALSE); in gatt_sr_process_app_rsp()
423 gatt_sr_update_prep_cnt(p_tcb, gatt_if, TRUE, FALSE); in gatt_sr_process_app_rsp()
449 ret_code = gatt_send_error_rsp (p_tcb, status, op_code, p_tcb->sr_cmd.handle, FALSE); in gatt_sr_process_app_rsp()
478 BOOLEAN is_prepare_write_valid = FALSE; in gatt_process_exec_write_req()
479 BOOLEAN is_need_dequeue_sr_cmd = FALSE; in gatt_process_exec_write_req()
[all …]

12345678910