/hal_espressif-3.5.0/components/bt/host/bluedroid/stack/btm/ |
D | btm_ble_privacy.c | 75 p_q->q_next %= controller_get_interface()->get_ble_resolving_list_max_size(); in btm_ble_enq_resolving_list_pending() 101 i %= controller_get_interface()->get_ble_resolving_list_max_size(); in btm_ble_brcm_find_resolving_pending_entry() 125 p_q->q_pending %= controller_get_interface()->get_ble_resolving_list_max_size(); in btm_ble_deq_resolving_pending() 146 if (index < controller_get_interface()->get_ble_resolving_list_max_size()) { in btm_ble_clear_irk_index() 168 while (i < controller_get_interface()->get_ble_resolving_list_max_size()) { in btm_ble_find_irk_index() 201 if (!controller_get_interface()->supports_ble_privacy()) { in btm_ble_update_resolving_list() 206 if (!controller_get_interface()->supports_ble_privacy()) { in btm_ble_update_resolving_list() 240 if (controller_get_interface()->get_ble_resolving_list_max_size() == 0) { in btm_ble_clear_resolving_list_complete() 250 controller_get_interface()->get_ble_resolving_list_max_size(); in btm_ble_clear_resolving_list_complete() 431 if (controller_get_interface()->get_ble_resolving_list_max_size() == 0) { in btm_ble_remove_resolving_list_entry() [all …]
|
D | btm_devctl.c | 142 const controller_t *controller = controller_get_interface(); in reset_complete() 218 controller_get_interface()->start_up(); in BTM_DeviceReset() 233 return controller_get_interface()->get_is_ready(); in BTM_IsDeviceUp() 456 if (!controller_get_interface()->get_is_ready()) { in BTM_SetLocalDeviceName() 582 if (!controller_get_interface()->get_is_ready()) { in BTM_SetDeviceClass() 622 return (UINT8 *)controller_get_interface()->get_features_classic(0)->as_array; in BTM_ReadLocalFeatures() 1035 if (!controller_get_interface()->get_is_ready()) { in BTM_SetAfhChannels() 1108 if (!controller_get_interface()->get_is_ready()) { in BTM_BleSetChannels()
|
D | btm_ble_gap.c | 359 if (!controller_get_interface()->supports_ble()) { in BTM_BleUpdateAdvFilterPolicy() 456 if (!controller_get_interface()->supports_ble()) { in BTM_BleObserve() 534 if (!controller_get_interface()->supports_ble()) { in BTM_BleScan() 611 if (!controller_get_interface()->supports_ble()) { in BTM_BleBroadcast() 715 controller_get_interface()->get_ble_resolving_list_max_size() == 0) { in btm_ble_vendor_capability_vsc_cmpl_cback() 865 if (!controller_get_interface()->supports_ble()) { in BTM_BleConfigPrivacy() 901 if (controller_get_interface()->supports_ble_privacy()) { in BTM_BleConfigPrivacy() 1204 if (!controller_get_interface()->supports_ble()) { in BTM_BleSetBgConnType() 1304 if (!controller_get_interface()->supports_ble()) { in BTM_BleSetConnectableMode() 1432 if (!controller_get_interface()->supports_ble()) { in BTM_BleSetAdvParams() [all …]
|
D | btm_ble_batchscan.c | 632 if (!controller_get_interface()->supports_ble()) { in BTM_BleSetStorageConfig() 705 if (!controller_get_interface()->supports_ble()) { in BTM_BleEnableBatchScan() 777 if (!controller_get_interface()->supports_ble()) { in BTM_BleDisableBatchScan() 822 if (!controller_get_interface()->supports_ble()) { in BTM_BleReadScanReports() 876 if (!controller_get_interface()->supports_ble()) { in BTM_BleTrackAdvertiser()
|
D | btm_ble_addr.c | 483 if (refresh && controller_get_interface()->get_ble_resolving_list_max_size() != 0) { in btm_identity_addr_to_random_pseudo() 516 …if (controller_get_interface()->supports_ble_privacy() && p_dev_rec->ble.ble_addr_type != BLE_ADDR… in btm_random_pseudo_to_identity_addr() 619 memcpy(p->conn_addr, &controller_get_interface()->get_address()->address, BD_ADDR_LEN); in btm_ble_refresh_local_resolvable_private_addr()
|
D | btm_inq.c | 180 if (!controller_get_interface()->get_is_ready()) { in BTM_SetDiscoverability() 292 if (!controller_get_interface()->supports_interlaced_inquiry_scan()) { in BTM_SetInquiryScanType() 331 if (!controller_get_interface()->supports_interlaced_inquiry_scan()) { in BTM_SetPageScanType() 368 const controller_t *controller = controller_get_interface(); in BTM_SetInquiryMode() 600 if (!controller_get_interface()->get_is_ready()) { in BTM_SetConnectability() 904 if (!controller_get_interface()->supports_ble()) { in BTM_StartInquiry() 2102 controller_get_interface()->supports_rssi_with_inquiry_results()) { in btm_process_inq_complete() 2394 if (controller_get_interface()->supports_extended_inquiry_response()) { in BTM_WriteEIR()
|
D | btm_acl.c | 288 memcpy(p->conn_addr, &controller_get_interface()->get_address()->address, BD_ADDR_LEN); in btm_acl_created() 367 …} else if (HCI_LE_SLAVE_INIT_FEAT_EXC_SUPPORTED(controller_get_interface()->get_features_ble()->as… in btm_acl_created() 645 if (!controller_get_interface()->supports_master_slave_role_switch()) { in BTM_SwitchRole() 955 … uint16_t data_length = controller_get_interface()->get_ble_default_data_packet_length(); in btm_read_remote_version_complete() 956 … uint16_t data_txtime = controller_get_interface()->get_ble_default_data_packet_txtime(); in btm_read_remote_version_complete() 1109 (controller_get_interface()->supports_reading_remote_extended_features())) { in btm_read_remote_features_complete() 1673 if (memcmp (controller_get_interface()->get_address(), addr, BD_ADDR_LEN) == 0) { in btm_get_max_packet_size()
|
D | btm_ble_bgconn.c | 398 p_cb->white_list_avail_size = controller_get_interface()->get_ble_white_list_size(); in btm_ble_clear_white_list_complete() 498 && controller_get_interface()->supports_ble_privacy()) { in btm_ble_start_auto_conn()
|
D | btm_sec.c | 394 && controller_get_interface()->get_is_ready() ) { in BTM_SetPinType() 1051 if (!controller_get_interface()->supports_simple_pairing()) { in btm_sec_bond_by_transport() 1094 if (!controller_get_interface()->supports_simple_pairing() in btm_sec_bond_by_transport() 1754 BDADDR_TO_STREAM(p, controller_get_interface()->get_address()->address); in BTM_BuildOobData() 1892 return ((controller_get_interface()->supports_secure_connections()) && in BTM_BothEndsSupportSecureConnections() 2188 BOOLEAN local_supports_sc = controller_get_interface()->supports_secure_connections(); in btm_sec_l2cap_access_req() 2550 BOOLEAN local_supports_sc = controller_get_interface()->supports_secure_connections(); in btm_sec_mx_access_request() 2633 if (!controller_get_interface()->get_is_ready()) { in btm_sec_conn_req() 2874 if (controller_get_interface()->supports_simple_pairing()) { in btm_sec_dev_reset() 3341 BOOLEAN local_supports_sc = controller_get_interface()->supports_secure_connections(); in btm_io_capabilities_req()
|
D | btm_ble_5_gap.c | 1109 if (len > controller_get_interface()->ble_get_ext_adv_data_max_len()) { in btm_ble_ext_adv_set_data_validate() 1111 __func__, len, controller_get_interface()->ble_get_ext_adv_data_max_len()); in btm_ble_ext_adv_set_data_validate()
|
D | btm_dev.c | 477 if (p_dev_rec && controller_get_interface()->supports_master_slave_role_switch()) { in btm_dev_support_switch()
|
D | btm_ble_multi_adv.c | 276 BDADDR_TO_STREAM (pp, controller_get_interface()->get_address()->address); in btm_ble_multi_adv_set_params()
|
/hal_espressif-3.5.0/components/bt/host/bluedroid/api/ |
D | esp_bt_device.c | 28 return controller_get_interface()->get_address()->address; in esp_bt_dev_get_address()
|
/hal_espressif-3.5.0/components/bt/host/bluedroid/device/include/device/ |
D | controller.h | 94 const controller_t *controller_get_interface(void);
|
/hal_espressif-3.5.0/components/bt/esp_ble_mesh/mesh_core/bluedroid_host/ |
D | mesh_bearer_adapt.c | 104 const uint8_t *features = controller_get_interface()->get_features_ble()->as_array; in bt_mesh_hci_init() 117 bt_mesh_dev.hci_version = controller_get_interface()->get_bt_version()->hci_version; in bt_mesh_hci_init() 119 bt_mesh_dev.lmp_version = controller_get_interface()->get_bt_version()->lmp_version; in bt_mesh_hci_init() 120 bt_mesh_dev.hci_revision = controller_get_interface()->get_bt_version()->hci_revision; in bt_mesh_hci_init() 121 bt_mesh_dev.lmp_subversion = controller_get_interface()->get_bt_version()->lmp_subversion; in bt_mesh_hci_init() 122 bt_mesh_dev.manufacturer = controller_get_interface()->get_bt_version()->manufacturer; in bt_mesh_hci_init() 124 const uint8_t *p = controller_get_interface()->get_ble_supported_states(); in bt_mesh_hci_init()
|
/hal_espressif-3.5.0/components/bt/host/bluedroid/stack/btu/ |
D | btu_init.c | 247 return controller_get_interface()->get_acl_packet_size_ble(); in BTU_BleAclPktSize()
|
D | btu_hcif.c | 2040 if (!controller_get_interface()->supports_ble_packet_extension()) { in btu_ble_data_length_change_evt()
|
/hal_espressif-3.5.0/components/bt/host/bluedroid/stack/l2cap/ |
D | l2c_ble.c | 455 …if (!HCI_LE_SLAVE_INIT_FEAT_EXC_SUPPORTED(controller_get_interface()->get_features_ble()->as_array… in l2cble_advertiser_conn_comp() 527 … || (HCI_LE_CONN_PARAM_REQ_SUPPORTED(controller_get_interface()->get_features_ble()->as_array) && in l2cble_start_conn_update() 555 … || (HCI_LE_CONN_PARAM_REQ_SUPPORTED(controller_get_interface()->get_features_ble()->as_array) && in l2cble_start_conn_update() 1266 if (!controller_get_interface()->supports_ble_packet_extension()) { in l2cble_set_fixed_channel_tx_data_length()
|
D | l2c_utils.c | 66 …if (memcmp((uint8_t *)p_bd_addr, (uint8_t *)&controller_get_interface()->get_address()->address, s… in l2cu_allocate_lcb() 102 … p_lcb->tx_data_len = controller_get_interface()->get_ble_default_data_packet_length(); in l2cu_allocate_lcb() 1096 uint16_t acl_data_size = controller_get_interface()->get_acl_data_size_classic(); in l2cu_send_peer_echo_rsp() 1097 uint16_t acl_packet_size = controller_get_interface()->get_acl_packet_size_classic(); in l2cu_send_peer_echo_rsp() 2257 if (!controller_get_interface()->supports_ble()) { in l2cu_create_conn() 3570 uint16_t acl_data_size = controller_get_interface()->get_acl_data_size_ble(); 3592 uint16_t acl_data_size = controller_get_interface()->get_acl_data_size_classic();
|
D | l2c_main.c | 86 uint16_t acl_data_size = controller_get_interface()->get_acl_data_size_classic(); 101 if (p_buf->len <= controller_get_interface()->get_acl_packet_size_classic()) {
|
D | l2c_link.c | 1228 const controller_t *controller = controller_get_interface(); in l2c_link_send_to_lower()
|
/hal_espressif-3.5.0/components/bt/host/bluedroid/hci/ |
D | packet_fragmenter.c | 236 controller = controller_get_interface(); in packet_fragmenter_get_interface()
|
/hal_espressif-3.5.0/components/bt/host/bluedroid/stack/btm/include/ |
D | btm_int.h | 75 … HCI_ATOMIC_ENCRYPT_SUPPORTED(controller_get_interface()->get_features_classic(0)->as_array)) \ 78 #define BTM_IS_BRCM_CONTROLLER() (controller_get_interface()->get_bt_version()->manufacturer == LMP…
|
/hal_espressif-3.5.0/components/bt/host/bluedroid/device/ |
D | controller.c | 587 const controller_t *controller_get_interface(void) in controller_get_interface() function
|
/hal_espressif-3.5.0/components/bt/host/bluedroid/stack/smp/ |
D | smp_utils.c | 611 BDADDR_TO_STREAM (p, controller_get_interface()->get_address()->address); in smp_build_id_addr_cmd()
|