/hal_espressif-latest/components/bt/esp_ble_mesh/ |
D | README.md | 10 ### [ESP-BLE-MESH Documentation](https://docs.espressif.com/projects/esp-idf/en/latest/api-guides/e… 12 - [Getting Started](https://docs.espressif.com/projects/esp-idf/en/latest/api-guides/esp_ble_mesh/i… 13 - [Architecture](https://docs.espressif.com/projects/esp-idf/en/latest/api-guides/esp_ble_mesh/arhi… 14 - [Feature List](https://docs.espressif.com/projects/esp-idf/en/latest/api-guides/esp_ble_mesh/ble_… 15 - [FAQ](https://docs.espressif.com/projects/esp-idf/en/latest/api-guides/esp_ble_mesh/ble_mesh_faq.… 16 - [API Reference](https://docs.espressif.com/projects/esp-idf/en/latest/api-reference/bluetooth/ble… 21 …of [Getting Started](https://docs.espressif.com/projects/esp-idf/en/latest/api-guides/esp_ble_mesh…
|
/hal_espressif-latest/components/bt/host/bluedroid/stack/l2cap/ |
D | l2c_csm.c | 148 disconnect_ind = p_ccb->p_rcb->api.pL2CA_DisconnectInd_Cb; in l2c_csm_closed() 149 connect_cfm = p_ccb->p_rcb->api.pL2CA_ConnectCfm_Cb; in l2c_csm_closed() 213 (*p_ccb->p_rcb->api.pL2CA_ConnectCfm_Cb)(local_cid, L2CAP_CONN_NO_LINK); in l2c_csm_closed() 286 tL2CA_DISCONNECT_IND_CB *disconnect_ind = p_ccb->p_rcb->api.pL2CA_DisconnectInd_Cb; in l2c_csm_orig_w4_sec_comp() 287 tL2CA_CONNECT_CFM_CB *connect_cfm = p_ccb->p_rcb->api.pL2CA_ConnectCfm_Cb; in l2c_csm_orig_w4_sec_comp() 407 … (*p_ccb->p_rcb->api.pL2CA_ConnectInd_Cb) (p_ccb->p_lcb->remote_bd_addr, p_ccb->local_cid, in l2c_csm_term_w4_sec_comp() 481 tL2CA_DISCONNECT_IND_CB *disconnect_ind = p_ccb->p_rcb->api.pL2CA_DisconnectInd_Cb; in l2c_csm_w4_l2cap_connect_rsp() 482 tL2CA_CONNECT_CFM_CB *connect_cfm = p_ccb->p_rcb->api.pL2CA_ConnectCfm_Cb; in l2c_csm_w4_l2cap_connect_rsp() 511 (*p_ccb->p_rcb->api.pL2CA_ConnectCfm_Cb)(local_cid, L2CAP_CONN_OK); in l2c_csm_w4_l2cap_connect_rsp() 517 if (p_ccb->p_rcb->api.pL2CA_ConnectPnd_Cb) { in l2c_csm_w4_l2cap_connect_rsp() [all …]
|
D | l2c_ucd.c | 222 memset (&p_rcb->api, 0, sizeof(tL2CAP_APPL_INFO)); in L2CA_UcdRegister() 223 p_rcb->api.pL2CA_DisconnectInd_Cb = l2c_ucd_disconnect_ind_cback; in L2CA_UcdRegister() 226 p_rcb->api.pL2CA_CongestionStatus_Cb = NULL; in L2CA_UcdRegister() 229 p_rcb->api.pL2CA_ConfigInd_Cb = l2c_ucd_config_ind_cback; in L2CA_UcdRegister() 230 p_rcb->api.pL2CA_ConfigCfm_Cb = l2c_ucd_config_cfm_cback; in L2CA_UcdRegister()
|
D | l2c_api.c | 100 p_rcb->api = *p_cb_info; in L2CA_Register() 354 registration_control_block->api = *callbacks; in L2CA_SetConnectionCallbacks() 1369 p_rcb->api = *p_cb_info; in L2CA_RegisterLECoc() 2304 if ( (p_ccb->p_rcb) && (p_ccb->p_rcb->api.pL2CA_TxComplete_Cb) && (num_flushed2) ) { in L2CA_FlushChannel() 2305 (*p_ccb->p_rcb->api.pL2CA_TxComplete_Cb)(p_ccb->local_cid, num_flushed2); in L2CA_FlushChannel()
|
D | l2c_utils.c | 1880 tL2CA_DISCONNECT_IND_CB *p_disc_cb = p_ccb->p_rcb->api.pL2CA_DisconnectInd_Cb; in l2cu_disconnect_chnl() 3555 …if ( p_ccb->p_rcb && p_ccb->p_rcb->api.pL2CA_TxComplete_Cb && (p_ccb->peer_cfg.fcr.mode != L2CAP_F… 3556 (*p_ccb->p_rcb->api.pL2CA_TxComplete_Cb)(p_ccb->local_cid, 1); 3655 if (p_ccb->p_rcb && p_ccb->p_rcb->api.pL2CA_CongestionStatus_Cb) { 3661 (*p_ccb->p_rcb->api.pL2CA_CongestionStatus_Cb)(p_ccb->local_cid, FALSE); 3698 if (p_ccb->p_rcb && p_ccb->p_rcb->api.pL2CA_CongestionStatus_Cb) { 3702 (*p_ccb->p_rcb->api.pL2CA_CongestionStatus_Cb)(p_ccb->local_cid, TRUE);
|
D | l2c_main.c | 470 if (!p_rcb->api.pL2CA_ConnectInd_Cb) { in process_l2cap_cmd()
|
D | l2c_fcr.c | 942 if ( (p_ccb->p_rcb) && (p_ccb->p_rcb->api.pL2CA_TxComplete_Cb) && (full_sdus_xmitted) ) { in process_reqseq() 949 (*p_ccb->p_rcb->api.pL2CA_TxComplete_Cb)(p_ccb->local_cid, full_sdus_xmitted); in process_reqseq()
|
D | l2c_link.c | 546 if (p_ccb->p_rcb->api.pL2CA_QoSViolationInd_Cb) { in l2c_link_hci_qos_violation()
|
/hal_espressif-latest/components/bt/ |
D | CMakeLists.txt | 57 common/api/include/api 65 "common/api/esp_blufi_api.c" 129 list(APPEND include_dirs host/bluedroid/api/include/api) 131 list(APPEND srcs "host/bluedroid/api/esp_a2dp_api.c" 132 "host/bluedroid/api/esp_avrc_api.c" 133 "host/bluedroid/api/esp_bt_device.c" 134 "host/bluedroid/api/esp_bt_main.c" 135 "host/bluedroid/api/esp_gap_ble_api.c" 136 "host/bluedroid/api/esp_gap_bt_api.c" 137 "host/bluedroid/api/esp_gatt_common_api.c" [all …]
|
/hal_espressif-latest/components/bt/host/bluedroid/stack/btm/ |
D | btm_sec.c | 253 btm_cb.api = *p_cb_info; in BTM_SecRegister() 255 BTM_TRACE_DEBUG("%s btm_cb.api.p_le_callback = 0x%p\n", __func__, btm_cb.api.p_le_callback); in BTM_SecRegister() 274 btm_cb.api.p_link_key_callback = p_callback; in BTM_SecRegisterLinkKeyNotificationCallback() 922 if (btm_cb.api.p_auth_complete_callback) { in BTM_PINCodeReply() 923 (*btm_cb.api.p_auth_complete_callback) (p_dev_rec->bd_addr, p_dev_rec->dev_class, in BTM_PINCodeReply() 2045 if (btm_cb.api.p_sp_callback) { in btm_sec_check_upgrade() 2046 (*btm_cb.api.p_sp_callback) (BTM_SP_UPGRADE_EVT, (tBTM_SP_EVT_DATA *)&evt_data); in btm_sec_check_upgrade() 2722 if (btm_cb.api.p_bond_cancel_cmpl_callback) { in btm_sec_bond_cancel_complete() 2723 btm_cb.api.p_bond_cancel_cmpl_callback(BTM_SUCCESS); in btm_sec_bond_cancel_complete() 2762 if (btm_cb.api.p_bond_cancel_cmpl_callback) { in btm_create_conn_cancel_complete() [all …]
|
D | btm_ble.c | 1397 if (pass_to_application && btm_cb.api.p_le_callback) { in btm_sec_save_le_key() 1401 (*btm_cb.api.p_le_callback) (BTM_LE_KEY_EVT, bd_addr, &cb_data); in btm_sec_save_le_key() 1787 if (btm_cb.api.p_le_callback) { in btm_ble_io_capabilities_req() 1789 …callback_rc = (*btm_cb.api.p_le_callback) (BTM_LE_IO_REQ_EVT, p_dev_rec->bd_addr, (tBTM_LE_EVT_DAT… in btm_ble_io_capabilities_req() 1875 if (btm_cb.api.p_le_callback) { in btm_ble_br_keys_req() 1877 callback_rc = (*btm_cb.api.p_le_callback) (BTM_LE_IO_REQ_EVT, p_dev_rec->bd_addr, in btm_ble_br_keys_req() 2225 if (btm_cb.api.p_le_callback) { 2227 BTM_TRACE_DEBUG ("btm_cb.api.p_le_callback=%p", btm_cb.api.p_le_callback ); 2228 (*btm_cb.api.p_le_callback) (event, bd_addr, (tBTM_LE_EVT_DATA *)p_data); 2239 if (p_data->cmplt.is_pair_cancel && btm_cb.api.p_bond_cancel_cmpl_callback ) { [all …]
|
/hal_espressif-latest/components/esp_rom/ |
D | README.md | 25 … original ROM functions by linker script `esp_rom/<target>/ld/<target>.rom.api.ld`. For example, `… 43 │ ├── <target>.rom.api.ld 64 │ └── ... // other ROM wrapper api files
|
D | CMakeLists.txt | 85 rom_linker_script("api") 315 # esp32c6.rom.api.ld has been split to several lds by components.
|
/hal_espressif-latest/tools/esptool_py/docs/en/espefuse/ |
D | index.rst | 120 …of `CSV files <https://docs.espressif.com/projects/esp-idf/en/stable/esp32/api-reference/system/ef… 167 …eFuse Manager <https://docs.espressif.com/projects/esp-idf/en/stable/esp32/api-reference/system/ef…
|
/hal_espressif-latest/tools/esptool_py/docs/en/ |
D | troubleshooting.rst | 112 …latest/esp32c3/api-guides/usb-serial-jtag-console.html>`_ or a `USB-OTG <https://docs.espressif.co…
|
/hal_espressif-latest/tools/esptool_py/docs/en/esptool/ |
D | basic-commands.rst | 240 … application header <https://docs.espressif.com/projects/esp-idf/en/latest/api-reference/system/ap… 242 …F bootloader header <https://docs.espressif.com/projects/esp-idf/en/latest/api-reference/system/bo…
|
/hal_espressif-latest/components/bt/host/bluedroid/stack/l2cap/include/ |
D | l2c_int.h | 255 tL2CAP_APPL_INFO api; member
|
/hal_espressif-latest/components/bt/host/bluedroid/stack/btm/include/ |
D | btm_int.h | 902 tBTM_APPL_INFO api; member
|
/hal_espressif-latest/zephyr/esp32/ |
D | CMakeLists.txt | 117 …URRENT_SOURCE_DIR}/../../components/esp_rom/${CONFIG_SOC_SERIES}/ld/${CONFIG_SOC_SERIES}.rom.api.ld
|
/hal_espressif-latest/zephyr/esp32c2/ |
D | CMakeLists.txt | 118 …URRENT_SOURCE_DIR}/../../components/esp_rom/${CONFIG_SOC_SERIES}/ld/${CONFIG_SOC_SERIES}.rom.api.ld
|
/hal_espressif-latest/zephyr/esp32s2/ |
D | CMakeLists.txt | 111 …URRENT_SOURCE_DIR}/../../components/esp_rom/${CONFIG_SOC_SERIES}/ld/${CONFIG_SOC_SERIES}.rom.api.ld
|
/hal_espressif-latest/zephyr/esp32c3/ |
D | CMakeLists.txt | 122 …URRENT_SOURCE_DIR}/../../components/esp_rom/${CONFIG_SOC_SERIES}/ld/${CONFIG_SOC_SERIES}.rom.api.ld
|
/hal_espressif-latest/zephyr/esp32c6/ |
D | CMakeLists.txt | 114 …URRENT_SOURCE_DIR}/../../components/esp_rom/${CONFIG_SOC_SERIES}/ld/${CONFIG_SOC_SERIES}.rom.api.ld
|
/hal_espressif-latest/zephyr/esp32s3/ |
D | CMakeLists.txt | 114 …URRENT_SOURCE_DIR}/../../components/esp_rom/${CONFIG_SOC_SERIES}/ld/${CONFIG_SOC_SERIES}.rom.api.ld
|
/hal_espressif-latest/components/esp_psram/esp32/ |
D | Kconfig.spiram | 241 …to reserve some MMU pages for this, which allows the use of the esp_himem api to manage these bank…
|