Home
last modified time | relevance | path

Searched refs:control (Results 1 – 25 of 44) sorted by relevance

12

/hal_espressif-latest/components/bt/host/bluedroid/api/
Desp_gatts_api.c22 …t esp_ble_gatts_add_char_desc_param_check(esp_attr_value_t *char_val, esp_attr_control_t *control);
138 esp_attr_control_t *control) in esp_ble_gatts_add_char() argument
147 status = esp_ble_gatts_add_char_desc_param_check(char_val, control); in esp_ble_gatts_add_char()
165 if (control != NULL) { in esp_ble_gatts_add_char()
166 arg.add_char.attr_control.auto_rsp = control->auto_rsp; in esp_ble_gatts_add_char()
178 esp_attr_control_t *control) in esp_ble_gatts_add_char_descr() argument
187 status = esp_ble_gatts_add_char_desc_param_check(char_descr_val, control); in esp_ble_gatts_add_char_descr()
205 if (control != NULL) { in esp_ble_gatts_add_char_descr()
206 arg.add_descr.attr_control.auto_rsp = control->auto_rsp; in esp_ble_gatts_add_char_descr()
406 …_t esp_ble_gatts_add_char_desc_param_check(esp_attr_value_t *char_val, esp_attr_control_t *control) in esp_ble_gatts_add_char_desc_param_check() argument
[all …]
/hal_espressif-latest/components/bt/host/bluedroid/bta/gatt/
Dbta_gatts_api.c220 tBTA_GATTS_ATTR_CONTROL *control) in BTA_GATTS_AddCharacteristic() argument
234 if(control !=NULL){ in BTA_GATTS_AddCharacteristic()
235 p_buf->control.auto_rsp = control->auto_rsp; in BTA_GATTS_AddCharacteristic()
275 tBTA_GATTS_ATTR_CONTROL *control) in BTA_GATTS_AddCharDescriptor() argument
287 if(control != NULL){ in BTA_GATTS_AddCharDescriptor()
288 p_buf->control.auto_rsp = control->auto_rsp; in BTA_GATTS_AddCharDescriptor()
Dbta_gatts_act.c415 if(p_msg->api_add_char.control.auto_rsp != 0){ in bta_gatts_add_char()
416 p_control = &p_msg->api_add_char.control; in bta_gatts_add_char()
466 if (p_msg->api_add_char_descr.control.auto_rsp != 0) { in bta_gatts_add_char_descr()
467 p_control = &p_msg->api_add_char_descr.control; in bta_gatts_add_char_descr()
/hal_espressif-latest/components/bt/host/bluedroid/stack/gatt/
Dgatt_db.c52 …c BOOLEAN gatts_add_char_desc_value_check (tGATT_ATTR_VAL *attr_val, tGATTS_ATTR_CONTROL *control);
281 if (p_attr16->control.auto_rsp == GATT_RSP_BY_STACK) { in read_attr_value()
512 … tBT_UUID *p_char_uuid, tGATT_ATTR_VAL *attr_val, tGATTS_ATTR_CONTROL *control) in gatts_add_characteristic() argument
520 status = gatts_add_char_desc_value_check(attr_val, control); in gatts_add_characteristic()
541 if (control != NULL) { in gatts_add_characteristic()
542 p_char_val->control.auto_rsp = control->auto_rsp; in gatts_add_characteristic()
544 p_char_val->control.auto_rsp = GATT_RSP_DEFAULT; in gatts_add_characteristic()
652 … tBT_UUID *p_descr_uuid, tGATT_ATTR_VAL *attr_val, tGATTS_ATTR_CONTROL *control) in gatts_add_char_descr() argument
660 status = gatts_add_char_desc_value_check(attr_val, control); in gatts_add_char_descr()
671 … p_char_dscptr->control.auto_rsp = (control == NULL) ? GATT_RSP_DEFAULT : (control->auto_rsp); in gatts_add_char_descr()
[all …]
/hal_espressif-latest/components/esp_rom/
DKconfig.projbuild28 e.g. on ESP32-S2, the control GPIO is GPIO46.
34 e.g. on ESP32-S2, the control GPIO is GPIO46.
/hal_espressif-latest/tools/esptool_py/docs/en/espefuse/inc/
Dsummary_ESP32-P4.rst18 …KM_HUK_GEN_STATE_LOW (BLOCK0) Set this bit to control validation of HUK gener…
20 …KM_HUK_GEN_STATE_HIGH (BLOCK0) Set this bit to control validation of HUK gener…
22 …KM_RND_SWITCH_CYCLE (BLOCK0) Set bits to control key manager random number s…
23 … ch cycle. 0: control by register. 1: 8 km clk cycl
25 …KM_DEPLOY_ONLY_ONCE (BLOCK0) Set each bit to control whether corresponding k…
93 …FORCE_USE_KEY_MANAGER_KEY (BLOCK0) Set each bit to control whether corresponding k…
/hal_espressif-latest/components/bt/host/bluedroid/stack/avrc/
Davrc_api.c557 if ( ((avrc_cb.ccb[handle].control & AVRC_CT_TARGET) && (cr == AVCT_CMD)) || in avrc_msg_cback()
558 ((avrc_cb.ccb[handle].control & AVRC_CT_CONTROL) && (cr == AVCT_RSP)) ) { in avrc_msg_cback()
714 if ((avrc_cb.ccb[handle].control & AVRC_CT_TARGET) && (cr == AVCT_CMD)) { in avrc_msg_cback()
751 handle, avrc_cb.ccb[handle].control, cr, opcode); in avrc_msg_cback()
870 cc.control = p_ccb->control; /* Control role (Control/Target) */ in AVRC_Open()
880 AVRC_TRACE_DEBUG("AVRC_Open role: %d, control:%d status:%d, handle:%d", cc.role, cc.control, in AVRC_Open()
/hal_espressif-latest/components/bt/host/bluedroid/bta/gatt/include/
Dbta_gatts_int.h96 tBTA_GATTS_ATTR_CONTROL control; member
109 tBTA_GATTS_ATTR_CONTROL control; member
/hal_espressif-latest/components/bt/host/bluedroid/api/include/api/
Desp_gatts_api.h409 esp_attr_control_t *control);
433 esp_attr_control_t *control);
/hal_espressif-latest/components/bt/host/bluedroid/stack/include/stack/
Davct_api.h117 UINT8 control; /* Control role (Control/Target) */ member
Davrc_api.h161 UINT8 control; /* Control role (Control/Target) */ member
/hal_espressif-latest/tools/esptool_py/docs/en/esptool/
Dconfiguration-file.rst129 | D | Set DTR control line | ``1``/``0`` |
131 | R | Set RTS control line | ``1``/``0`` |
133 | U | Set DTR and RTS control lines at the same time | ``0,0``/``0,1`` |
Dserial-connection.rst40 | Flow control | None |
Dadvanced-options.rst22 …* ``--before default_reset`` is the default, which uses DTR & RTS serial control lines (see :ref:`…
23 …* ``--before no_reset`` will skip DTR/RTS control signal assignments and just start sending a seri…
24 …* ``--before no_reset_no_sync`` will skip DTR/RTS control signal assignments and skip also the ser…
34 …* ``--after hard_reset`` is the default. The DTR serial control line is used to reset the chip int…
/hal_espressif-latest/components/bt/host/bluedroid/stack/avct/
Davct_l2c.c84 AVCT_TRACE_DEBUG("avct_l2c_is_ct control:x%x", p_ccb->cc.control); in avct_l2c_is_passive()
85 if (p_ccb->cc.control & AVCT_PASSIVE) { in avct_l2c_is_passive()
/hal_espressif-latest/components/bt/host/bluedroid/stack/gatt/include/
Dgatt_int.h191 tGATTS_ATTR_CONTROL control; member
204 tGATTS_ATTR_CONTROL control; member
218 tGATTS_ATTR_CONTROL control; member
752 tGATTS_ATTR_CONTROL *control);
755 tGATTS_ATTR_CONTROL *control);
/hal_espressif-latest/components/esp_system/
DREADME.md11 provides system time, since the hardware timers are under the control of that
/hal_espressif-latest/components/bt/host/bluedroid/btc/profile/std/gatt/
Dbtc_gatts.c341 tBTA_GATTS_ATTR_CONTROL control; in btc_gatts_act_create_attr_tab() local
357 control.auto_rsp = gatts_attr_db[i+1].attr_control.auto_rsp; in btc_gatts_act_create_attr_tab()
359 perm, char_property, &attr_val, &control); in btc_gatts_act_create_attr_tab()
390 tBTA_GATTS_ATTR_CONTROL control; in btc_gatts_act_create_attr_tab() local
399 control.auto_rsp = gatts_attr_db[i].attr_control.auto_rsp; in btc_gatts_act_create_attr_tab()
400 BTA_GATTS_AddCharDescriptor(svc_hal, perm, &bta_char_uuid, &attr_val, &control); in btc_gatts_act_create_attr_tab()
/hal_espressif-latest/components/bt/controller/esp32/
DKconfig.in209 bool "Enable UART flow control"
419 bool "BLE adv report flow control supported"
423 … The function is mainly used to enable flow control for advertising reports. When it is enabled,
425 reports exceeds the size of BLE adv report flow control.
428 int "BLE adv report flow control number"
447 … When adv report flow control is enabled, The ADV lost event will be generated when the number
/hal_espressif-latest/tools/esptool_py/docs/en/advanced-topics/
Dboot-mode-selection.rst123 …``DTR`` and ``RTS`` control lines of the USB to serial converter chip, i.e., FTDI, CP210x, or CH34…
131 - The **Micro USB 5V & USB-UART** section shows the ``DTR`` and ``RTS`` control lines of the USB t…
132 …eset. If ``RTS`` is wired directly to ``EN`` then RTS/CTS "hardware flow control" needs to be disa…
157 - There are no such serial control lines at all
365 …nt address of the software bootloader, where the ROM bootloader will call as it hands over control.
/hal_espressif-latest/zephyr/blobs/
Dlicense.txt17 other entities that control, are controlled by, or are under common
18 control with that entity. For the purposes of this definition,
19 "control" means (i) the power, direct or indirect, to cause the
57 communication on electronic mailing lists, source code control systems,
/hal_espressif-latest/
DLICENSE17 other entities that control, are controlled by, or are under common
18 control with that entity. For the purposes of this definition,
19 "control" means (i) the power, direct or indirect, to cause the
57 communication on electronic mailing lists, source code control systems,
/hal_espressif-latest/tools/esptool_py/esptool/targets/stub_flasher/2/
DLICENSE-APACHE16 other entities that control, are controlled by, or are under common
17 control with that entity. For the purposes of this definition,
18 "control" means (i) the power, direct or indirect, to cause the
56 communication on electronic mailing lists, source code control systems,
/hal_espressif-latest/components/bt/controller/esp32c2/
DKconfig.in497 bool "BLE adv report flow control supported"
501 … The function is mainly used to enable flow control for advertising reports. When it is enabled,
503 reports exceeds the size of BLE adv report flow control.
506 int "BLE adv report flow control number"
525 … When adv report flow control is enabled, The ADV lost event will be generated when the number
/hal_espressif-latest/components/bt/controller/esp32c3/
DKconfig.in228 bool "BLE adv report flow control supported"
232 … The function is mainly used to enable flow control for advertising reports. When it is enabled,
234 reports exceeds the size of BLE adv report flow control.
237 int "BLE adv report flow control number"
256 … When adv report flow control is enabled, The ADV lost event will be generated when the number

12