| /hal_espressif-latest/components/bt/host/bluedroid/main/ |
| D | bte_init.c | 38 #if (defined(RFCOMM_INCLUDED) && RFCOMM_INCLUDED == TRUE) 43 #if (defined(BNEP_INCLUDED) && BNEP_INCLUDED == TRUE) 47 #if (defined(GAP_INCLUDED) && GAP_INCLUDED == TRUE) 51 #if (defined(PAN_INCLUDED) && PAN_INCLUDED == TRUE) 55 #if (defined(HID_HOST_INCLUDED) && HID_HOST_INCLUDED == TRUE) 59 #if (defined(HID_DEV_INCLUDED) && HID_DEV_INCLUDED == TRUE) 63 #if (defined(AVRC_INCLUDED) && AVRC_INCLUDED == TRUE) 67 #if (defined(A2D_INCLUDED) && A2D_INCLUDED == TRUE) 71 #if (defined(AVDT_INCLUDED) && AVDT_INCLUDED == TRUE) 75 #if (defined(AVCT_INCLUDED) && AVCT_INCLUDED == TRUE) [all …]
|
| /hal_espressif-latest/components/bt/host/bluedroid/common/include/common/ |
| D | bt_target.h | 53 #if (UC_BT_CLASSIC_ENABLED == TRUE) 54 #define CLASSIC_BT_INCLUDED TRUE 55 #define BTC_SM_INCLUDED TRUE 56 #define BTC_PRF_QUEUE_INCLUDED TRUE 57 #define BTC_GAP_BT_INCLUDED TRUE 58 #define BTA_SDP_INCLUDED TRUE 59 #define BTA_DM_PM_INCLUDED TRUE 60 #define BTC_DM_PM_INCLUDED TRUE 61 #define SDP_INCLUDED TRUE 62 #define BTA_DM_QOS_INCLUDED TRUE [all …]
|
| /hal_espressif-latest/components/bt/host/bluedroid/stack/include/stack/ |
| D | dyn_mem.h | 24 #define BTU_DYNAMIC_MEMORY TRUE 25 #define BTM_DYNAMIC_MEMORY TRUE 26 #define L2C_DYNAMIC_MEMORY TRUE 27 #define GATT_DYNAMIC_MEMORY TRUE 28 #define SMP_DYNAMIC_MEMORY TRUE 29 #define BTA_DYNAMIC_MEMORY TRUE 30 #define SDP_DYNAMIC_MEMORY TRUE 31 #define GAP_DYNAMIC_MEMORY TRUE 32 #define RFC_DYNAMIC_MEMORY TRUE 33 #define TCS_DYNAMIC_MEMORY TRUE [all …]
|
| /hal_espressif-latest/components/bt/host/bluedroid/bta/dm/ |
| D | bta_dm_main.c | 63 #if (CLASSIC_BT_INCLUDED == TRUE) 68 #if (SDP_INCLUDED == TRUE) 75 #if (SMP_INCLUDED == TRUE) 82 #if (BTA_DM_PM_INCLUDED == TRUE) 87 #if (BTA_DM_QOS_INCLUDED == TRUE) 92 #if (SMP_INCLUDED == TRUE) 94 #if (BT_SSP_INCLUDED == TRUE) 99 #if (BTM_OOB_INCLUDED == TRUE && SMP_INCLUDED == TRUE) 109 #if BLE_INCLUDED == TRUE 110 #if SMP_INCLUDED == TRUE [all …]
|
| D | bta_dm_co.c | 26 #if (defined(BTIF_INCLUDED) && BTIF_INCLUDED == TRUE) 28 #if (BTM_OOB_INCLUDED == TRUE) 32 #if (defined BLE_INCLUDED && BLE_INCLUDED == TRUE && SMP_INCLUDED == TRUE) 42 #if SMP_INCLUDED == TRUE 69 #if (defined CLASSIC_BT_INCLUDED && CLASSIC_BT_INCLUDED == TRUE && BT_SSP_INCLUDED == TRUE) 97 return TRUE; in bta_dm_co_get_compress_memory() 115 #if (BT_SSP_INCLUDED == TRUE) in bta_dm_co_bt_set_io_cap() 147 #if (defined(BTIF_INCLUDED) && BTIF_INCLUDED == TRUE) in bta_dm_co_io_req() 148 #if (BTM_OOB_INCLUDED == TRUE) in bta_dm_co_io_req() 179 #if (defined(BTIF_INCLUDED) && BTIF_INCLUDED == TRUE) in bta_dm_co_io_rsp() [all …]
|
| D | bta_dm_cfg.c | 50 #define BTA_DM_AVOID_SCATTER_A2DP TRUE 119 #if BLE_INCLUDED == TRUE 127 #if (BTA_DM_PM_INCLUDED == TRUE) 139 #if BLE_INCLUDED == TRUE 150 #if (BTM_SSR_INCLUDED == TRUE) 169 #if (BTM_SSR_INCLUDED == TRUE) 188 #if (BTM_SSR_INCLUDED == TRUE) 207 #if (BTM_SSR_INCLUDED == TRUE) 226 #if (BTM_SSR_INCLUDED == TRUE) 245 #if (BTM_SSR_INCLUDED == TRUE) [all …]
|
| D | bta_dm_act.c | 46 #if (GAP_INCLUDED == TRUE) 54 #if (SDP_INCLUDED == TRUE) 58 #if (SDP_INCLUDED == TRUE) 61 #if (SMP_INCLUDED == TRUE) 63 #if (CLASSIC_BT_INCLUDED == TRUE) 78 #if (BT_SSP_INCLUDED == TRUE && SMP_INCLUDED == TRUE) 81 #if (CLASSIC_BT_INCLUDED == TRUE) 84 #if (SDP_INCLUDED == TRUE) 93 #if (SDP_INCLUDED == TRUE || SMP_INCLUDED == TRUE) 96 #if (SMP_INCLUDED == TRUE) [all …]
|
| /hal_espressif-latest/components/bt/common/btc/core/ |
| D | btc_task.c | 31 #if (BTC_GAP_BT_INCLUDED == TRUE) 39 #if (BTC_SPP_INCLUDED == TRUE) 42 #if (BTC_L2CAP_INCLUDED == TRUE) 45 #if (BTC_SDP_INCLUDED == TRUE) 54 #if BTC_HD_INCLUDED == TRUE 57 #if BTC_HH_INCLUDED == TRUE 63 #if (BLE_INCLUDED == TRUE) 92 #if (GATTS_INCLUDED == TRUE) 95 #if (GATTC_INCLUDED == TRUE) 98 #if (GATTS_INCLUDED == TRUE || GATTC_INCLUDED == TRUE) [all …]
|
| /hal_espressif-latest/components/bt/host/bluedroid/stack/avrc/ |
| D | avrc_utils.c | 23 #if (defined(AVRC_INCLUDED) && AVRC_INCLUDED == TRUE) 25 #if (AVRC_METADATA_INCLUDED == TRUE) 52 result = TRUE; in AVRC_IsValidAvcType() 63 result = TRUE; in AVRC_IsValidAvcType() 69 result = TRUE; in AVRC_IsValidAvcType() 76 result = TRUE; in AVRC_IsValidAvcType() 100 result = TRUE; in avrc_is_valid_player_attrib_value() 107 result = TRUE; in avrc_is_valid_player_attrib_value() 115 result = TRUE; in avrc_is_valid_player_attrib_value() 121 result = TRUE; in avrc_is_valid_player_attrib_value() [all …]
|
| D | avrc_sdp.c | 30 #if (defined(AVRC_INCLUDED) && AVRC_INCLUDED == TRUE) 33 #define SDP_AVRCP_1_5 TRUE 37 #define SDP_AVCTP_1_4 TRUE 52 #if SDP_AVCTP_1_4 == TRUE 55 #if (SDP_AVRCP_1_4 == TRUE || SDP_AVRCP_1_5 == TRUE) 58 #if AVRC_METADATA_INCLUDED == TRUE 67 #if SDP_AVRCP_1_5 == TRUE 73 #if SDP_AVCTP_1_4 == TRUE 153 BOOLEAN result = TRUE; in AVRC_FindService() 186 if (result == TRUE) { in AVRC_FindService() [all …]
|
| /hal_espressif-latest/components/bt/host/bluedroid/stack/btu/ |
| D | btu_task.c | 35 #if (defined(SDP_INCLUDED) && SDP_INCLUDED == TRUE) 39 #if (defined(RFCOMM_INCLUDED) && RFCOMM_INCLUDED == TRUE) 44 #if (defined(GAP_INCLUDED) && GAP_INCLUDED == TRUE) 48 #if (defined(BNEP_INCLUDED) && BNEP_INCLUDED == TRUE) 52 #if (defined(PAN_INCLUDED) && PAN_INCLUDED == TRUE) 56 #if (defined(HID_HOST_INCLUDED) && HID_HOST_INCLUDED == TRUE ) 60 #if (defined(AVDT_INCLUDED) && AVDT_INCLUDED == TRUE) 66 #if (defined(MCA_INCLUDED) && MCA_INCLUDED == TRUE) 72 #if (defined(BTA_INCLUDED) && BTA_INCLUDED == TRUE) 76 #if (BLE_INCLUDED == TRUE) [all …]
|
| D | btu_hcif.c | 66 #if (SMP_INCLUDED == TRUE) 70 #if (SMP_INCLUDED == TRUE) 84 #if (SMP_INCLUDED == TRUE) 102 #if (SMP_INCLUDED == TRUE) 110 #if BTM_OOB_INCLUDED == TRUE && SMP_INCLUDED == TRUE 113 #if (SMP_INCLUDED == TRUE) 117 #if L2CAP_NON_FLUSHABLE_PB_INCLUDED == TRUE 123 #if BLE_INCLUDED == TRUE 128 #if (SMP_INCLUDED == TRUE) 133 #if (BLE_LLT_INCLUDED == TRUE) [all …]
|
| D | btu_init.c | 35 #if SDP_INCLUDED == TRUE 39 #if (BLE_INCLUDED == TRUE) 42 #if SMP_INCLUDED == TRUE 96 #if (defined(SDP_INCLUDED) && SDP_INCLUDED == TRUE) in btu_init_core() 100 #if BLE_INCLUDED == TRUE in btu_init_core() 101 #if (defined(SMP_INCLUDED) && SMP_INCLUDED == TRUE) in btu_init_core() 126 #if (defined(SDP_INCLUDED) && SDP_INCLUDED == TRUE) in btu_free_core() 130 #if BLE_INCLUDED == TRUE in btu_free_core() 134 #if SMP_INCLUDED == TRUE in btu_free_core() 250 #if BLE_INCLUDED == TRUE in BTU_BleAclPktSize()
|
| /hal_espressif-latest/components/bt/host/bluedroid/stack/l2cap/ |
| D | l2c_link.c | 45 #if (BLE_50_FEATURE_SUPPORT == TRUE) 78 no_links = TRUE; in l2c_link_hci_conn_req() 112 return (TRUE); in l2c_link_hci_conn_req() 129 return (TRUE); in l2c_link_hci_conn_req() 158 #if (CLASSIC_BT_INCLUDED == TRUE) in l2c_link_hci_conn_comp() 213 return (TRUE); in l2c_link_hci_conn_comp() 221 #if (CLASSIC_BT_INCLUDED == TRUE) in l2c_link_hci_conn_comp() 242 #if(CLASSIC_BT_INCLUDED == TRUE) in l2c_link_hci_conn_comp() 266 return (TRUE); in l2c_link_hci_conn_comp() 286 #if (CLASSIC_BT_INCLUDED == TRUE) in l2c_link_sec_comp() [all …]
|
| /hal_espressif-latest/components/bt/host/bluedroid/bta/hf_ag/ |
| D | bta_ag_sco.c | 31 #if (BTM_SCO_HCI_INCLUDED == TRUE ) 41 #if (BTA_AG_INCLUDED == TRUE) 61 #if (BTM_WBS_INCLUDED == TRUE) 72 #if (BTM_WBS_INCLUDED == TRUE) 273 #if (BTM_SCO_HCI_INCLUDED == TRUE ) in bta_ag_sco_disc_cback() 274 tBTM_STATUS status = BTM_ConfigScoPath(BTM_SCO_ROUTE_PCM, NULL, NULL, TRUE); in bta_ag_sco_disc_cback() 280 #if (BTM_WBS_INCLUDED == TRUE ) in bta_ag_sco_disc_cback() 299 bta_ag_cb.sco.p_curr_scb->codec_fallback = TRUE; in bta_ag_sco_disc_cback() 330 #if (BTM_SCO_HCI_INCLUDED == TRUE ) 381 removed_started = TRUE; in bta_ag_remove_sco() [all …]
|
| /hal_espressif-latest/components/bt/host/bluedroid/stack/btm/ |
| D | btm_main.c | 40 #if (BLE_50_FEATURE_SUPPORT == TRUE) 76 #if (SMP_INCLUDED == TRUE) in btm_init() 79 #if BTM_SCO_INCLUDED == TRUE in btm_init() 84 #if BLE_INCLUDED == TRUE in btm_init() 87 btm_cb.addr_res_en = TRUE; in btm_init() 90 #if (BLE_50_FEATURE_SUPPORT == TRUE) in btm_init() 113 #if BTM_SCO_INCLUDED == TRUE in btm_free() 119 #if BLE_INCLUDED == TRUE in btm_free() 140 #if (BLE_INCLUDED == TRUE)
|
| D | btm_sec.c | 40 #if (BT_USE_TRACES == TRUE && BT_TRACE_VERBOSE == FALSE) 45 #if BLE_INCLUDED == TRUE 59 #if (SMP_INCLUDED == TRUE) 74 #if (BT_USE_TRACES == TRUE && SMP_INCLUDED == TRUE) 77 #if (SMP_INCLUDED == TRUE) 88 #if (SMP_INCLUDED == TRUE) 97 #if (SMP_INCLUDED == TRUE) 116 /* OUT */ {FALSE, FALSE, TRUE, FALSE}, 117 /* IO */ {FALSE, TRUE, TRUE, FALSE}, 118 /* IN */ {TRUE, TRUE, TRUE, FALSE}, [all …]
|
| D | btm_ble_addr.c | 34 #if (defined BLE_INCLUDED && BLE_INCLUDED == TRUE) 72 #if (BTM_BLE_CONFORMANCE_TESTING == TRUE) in btm_gen_resolve_paddr_cmpl() 100 #if (BLE_INCLUDED == TRUE && SMP_INCLUDED == TRUE) in btm_gen_resolve_paddr_low() 219 #if SMP_INCLUDED == TRUE 255 return TRUE; in btm_ble_proc_resolve_x() 275 #if (SMP_INCLUDED == TRUE) in btm_ble_init_pseudo_addr() 280 return TRUE; in btm_ble_init_pseudo_addr() 298 #if (SMP_INCLUDED == TRUE) in btm_ble_addr_resolvable() 323 rt = TRUE; in btm_ble_addr_resolvable() 330 #if (BLE_INCLUDED == TRUE && SMP_INCLUDED == TRUE) [all …]
|
| D | btm_dev.c | 65 #if (SMP_INCLUDED == TRUE) in BTM_SecAddDevice() 86 #if BLE_INCLUDED == TRUE in BTM_SecAddDevice() 119 found = TRUE; in BTM_SecAddDevice() 152 #if defined(BTIF_MIXED_MODE_INCLUDED) && (BTIF_MIXED_MODE_INCLUDED == TRUE) in BTM_SecAddDevice() 163 return (TRUE); in BTM_SecAddDevice() 195 #if (BLE_SMP_ID_RESET_ENABLE == TRUE) in BTM_SecDeleteDevice() 206 return TRUE; in BTM_SecDeleteDevice() 266 BOOLEAN ret = TRUE; in btm_find_sec_dev_in_list() 279 #if BLE_INCLUDED == TRUE in btm_find_sec_dev_in_list() 286 #if BLE_PRIVACY_SPT == TRUE in btm_find_sec_dev_in_list() [all …]
|
| /hal_espressif-latest/components/bt/host/bluedroid/stack/gatt/ |
| D | gatt_auth.c | 27 #if BLE_INCLUDED == TRUE 43 #if (SMP_INCLUDED == TRUE) 75 #if (GATTC_INCLUDED == TRUE) in gatt_sign_data() 99 #if (SMP_INCLUDED == TRUE) 103 #if (GATTS_INCLUDED == TRUE) in gatt_verify_signature() 119 #if (GATTS_INCLUDED == TRUE) in gatt_verify_signature() 147 #if (GATTC_INCLUDED == TRUE) in gatt_sec_check_complete() 187 status = TRUE; in gatt_enc_cmpl_cback() 190 status = TRUE; in gatt_enc_cmpl_cback() 307 #if (SMP_INCLUDED == TRUE) in gatt_determine_sec_act() [all …]
|
| /hal_espressif-latest/components/bt/host/bluedroid/bta/dm/include/ |
| D | bta_dm_int.h | 30 #if (BLE_INCLUDED == TRUE && (defined BTA_GATT_INCLUDED) && (BTA_GATT_INCLUDED == TRUE)) 58 #if (CLASSIC_BT_INCLUDED == TRUE) 63 #if (SDP_INCLUDED == TRUE) 71 #if (SMP_INCLUDED == TRUE) 78 #if (BTA_DM_PM_INCLUDED == TRUE) 83 #if (BTA_DM_QOS_INCLUDED == TRUE) 87 #if (SMP_INCLUDED == TRUE) 90 #if (BT_SSP_INCLUDED == TRUE) 95 #if (BTM_OOB_INCLUDED == TRUE && SMP_INCLUDED == TRUE) 105 #if BLE_INCLUDED == TRUE [all …]
|
| /hal_espressif-latest/components/bt/host/bluedroid/external/sbc/encoder/include/ |
| D | sbc_encoder.h | 39 #ifndef TRUE 40 #define TRUE (!FALSE) macro 102 #define SBC_ARM_COMPILER TRUE 108 #define SBC_IPAQ_OPT TRUE 127 #define SBC_IS_64_MULT_IN_QUANTIZER TRUE 132 #define SBC_FAST_DCT TRUE 137 #define SBC_JOINT_STE_INCLUDED TRUE 172 #if (SBC_JOINT_STE_INCLUDED == TRUE) 180 #if (SBC_NO_PCM_CPY_OPTION == TRUE)
|
| D | sbc_types.h | 39 #if (SBC_IPAQ_OPT == TRUE) 41 #if (SBC_FOR_EMBEDDED_LINUX == TRUE) 47 #elif (SBC_IS_64_MULT_IN_WINDOW_ACCU == TRUE) || (SBC_IS_64_MULT_IN_IDCT == TRUE) 49 #if (SBC_FOR_EMBEDDED_LINUX == TRUE)
|
| /hal_espressif-latest/components/bt/host/bluedroid/bta/hf_client/ |
| D | bta_hf_client_main.c | 29 static BOOLEAN s_bta_hf_client_bqb_clip_flag = TRUE; 32 #if (BTA_HF_INCLUDED == TRUE) 40 #if BTA_HF_CLIENT_DEBUG == TRUE 80 #if (BTM_SCO_HCI_INCLUDED == TRUE) 119 #if (BTM_SCO_HCI_INCLUDED == TRUE) 150 #if (BTM_SCO_HCI_INCLUDED == TRUE ) 176 #if (BTM_SCO_HCI_INCLUDED == TRUE) 202 #if (BTM_SCO_HCI_INCLUDED == TRUE ) 228 #if (BTM_SCO_HCI_INCLUDED == TRUE ) 392 bta_hf_client_cb.scb.colli_tmr_on = TRUE; in bta_hf_client_collision_cback() [all …]
|
| /hal_espressif-latest/components/bt/host/bluedroid/btc/profile/std/a2dp/ |
| D | btc_a2dp_control.c | 78 #if (BTC_AV_SINK_INCLUDED == TRUE) in btc_a2dp_datapath_open() 79 btc_aa_ctrl_cb.data_channel_open = TRUE; in btc_a2dp_datapath_open() 111 } else if ((btc_av_stream_ready() == TRUE) || in btc_a2dp_control_media_ctrl() 112 (btc_av_stream_started_ready() == TRUE)) { in btc_a2dp_control_media_ctrl() 126 if (btc_av_stream_ready() == TRUE ) { in btc_a2dp_control_media_ctrl() 129 #if (BTC_AV_SINK_INCLUDED == TRUE) in btc_a2dp_control_media_ctrl() 154 #if (BTC_AV_SINK_INCLUDED == TRUE) in btc_a2dp_control_media_ctrl() 164 #if (BTC_AV_SINK_INCLUDED == TRUE) in btc_a2dp_control_media_ctrl() 169 } else if (btc_av_is_connected() == TRUE) { in btc_a2dp_control_media_ctrl()
|