Searched refs:find (Results 1 – 15 of 15) sorted by relevance
/hal_espressif-latest/components/bt/host/bluedroid/stack/a2dp/ |
D | a2d_api.c | 73 if ((p_rec = SDP_FindServiceInDb(a2d_cb.find.p_db, in a2d_sdp_cback() 74 a2d_cb.find.service_uuid, p_rec)) == NULL) { in a2d_sdp_cback() 112 a2d_cb.find.service_uuid = 0; in a2d_sdp_cback() 114 if (a2d_cb.find.p_cback != NULL) { in a2d_sdp_cback() 115 (*a2d_cb.find.p_cback)(found, &a2d_svc); in a2d_sdp_cback() 297 if ( a2d_cb.find.service_uuid == UUID_SERVCLASS_AUDIO_SOURCE || in A2D_FindService() 298 a2d_cb.find.service_uuid == UUID_SERVCLASS_AUDIO_SINK) { in A2D_FindService() 316 a2d_cb.find.p_db = p_db->p_db; in A2D_FindService() 317 a2d_cb.find.service_uuid = service_uuid; in A2D_FindService() 318 a2d_cb.find.p_cback = p_cback; in A2D_FindService() [all …]
|
/hal_espressif-latest/components/bt/host/bluedroid/stack/l2cap/ |
D | l2cap_client.c | 53 static l2cap_client_t *find(uint16_t local_channel_id); 204 l2cap_client_t *client = find(local_channel_id); in connect_completed_cb() 227 l2cap_client_t *client = find(local_channel_id); in config_request_cb() 272 l2cap_client_t *client = find(local_channel_id); in config_completed_cb() 308 l2cap_client_t *client = find(local_channel_id); in disconnect_request_cb() 329 l2cap_client_t *client = find(local_channel_id); in disconnect_completed_cb() 345 l2cap_client_t *client = find(local_channel_id); in congestion_cb() 368 l2cap_client_t *client = find(local_channel_id); in read_ready_cb() 448 static l2cap_client_t *find(uint16_t local_channel_id) in find() function
|
/hal_espressif-latest/components/bt/host/bluedroid/stack/a2dp/include/ |
D | a2d_int.h | 51 tA2D_FIND_CB find; /* find service control block */ member
|
/hal_espressif-latest/tools/esptool_py/docs/en/ |
D | resources.rst | 10 * The `esp32.com forum <https://esp32.com/>`_ is a place to ask questions and find community resour… 12 * Check the `Issues <https://github.com/espressif/esptool/issues>`_ section on GitHub if you find …
|
/hal_espressif-latest/components/mbedtls/esp_crt_bundle/ |
D | cacrt_local.pem | 10 ## Thus, the handshake fails if esp_crt_bundle does not find the
|
/hal_espressif-latest/tools/esptool_py/docs/en/esptool/ |
D | basic-options.rst | 31 …ft.com/en-us/help/15048/windows-7-update-driver-hardware-not-working-properly>`__ to find a driver. 37 …d the user to the ``dialout`` group (check e.g. ``ls -l /dev/ttyUSB0`` to find the group) with a c…
|
D | flashing-firmware.rst | 71 If you split the output, you’ll find the ``write_flash`` command with a list of paths to binary fil…
|
D | flash-modes.rst | 79 If flash size is not successfully detected, you can find the flash size by using the ``flash_id`` c…
|
D | basic-commands.rst | 282 * **Validity Checks**: Each line in an Intel Hex file has a checksum to help find errors and make s…
|
/hal_espressif-latest/tools/idf_monitor/idf_monitor_base/ |
D | serial_handler.py | 72 pos = data.find(b'+')
|
/hal_espressif-latest/tools/esptool_py/ |
D | pyproject.toml | 72 find = {exclude = ["ci*", "test*", "docs*"]}
|
D | CONTRIBUTING.rst | 39 Please report bugs in ``esptool.py`` if you find them. However, before reporting a bug please check… 45 If you don’t find anything, please `open a new issue <https://github.com/espressif/esptool/issues/n…
|
/hal_espressif-latest/components/bt/porting/ext/tinycrypt/documentation/ |
D | tinycrypt.rst | 145 * Before using HMAC-PRNG, you *must* find an entropy source to produce a seed. 170 * Before using CTR-PRNG, you *must* find an entropy source to produce a seed.
|
/hal_espressif-latest/components/mbedtls/ |
D | Kconfig | 475 slower in others. You should benchmark to find the best setting for you.
|
/hal_espressif-latest/components/bt/esp_ble_mesh/ |
D | Kconfig.in | 722 enters the mesh network, it will try to find a Friend node and establish a
|