Home
last modified time | relevance | path

Searched full:allowed (Results 1 – 25 of 168) sorted by relevance

1234567

/nrf52832-nimble/packages/NimBLE-latest/apps/ext_advertiser/src/
H A Dext_advertiser.c109 /* in this case both advertising data and scan response is allowed, but in start_ext_max_events()
201 /* in this case both advertising data and scan response is allowed, but in start_legacy_duration()
264 /* in this case both advertising data and scan response is allowed, but in start_scannable_legacy_ext()
349 /* in this case only scan response is allowed */ in start_scannable_ext()
393 /* in this case only advertisign data is allowed */ in start_non_connectable_ext()
/nrf52832-nimble/rt-thread/components/net/lwip-2.0.2/doc/
H A Dsavannah.txt47 VCS commands are allowed.
50 Sorry, you are not allowed to execute that command.
54 are allowed to use SSH for Git only. Now, you should be able to do this:
/nrf52832-nimble/rt-thread/components/net/lwip-2.1.0/doc/
H A Dsavannah.txt47 VCS commands are allowed.
50 Sorry, you are not allowed to execute that command.
54 are allowed to use SSH for Git only. Now, you should be able to do this:
/nrf52832-nimble/rt-thread/tools/
H A Dpymenuconfig.py854 where 'start' and 'end' specify allowed value range (inclusively)
873 allowed = False
875 allowed = allowed or start <= ivalue and ivalue <= end
876 if not allowed:
880 'Allowed:\n{}'.format(
892 where 'start' and 'end' specify allowed value range (inclusively)
911 allowed = False
913 allowed = allowed or start <= hvalue and hvalue <= end
914 if not allowed:
918 'Allowed:\n{}'.format(
/nrf52832-nimble/packages/NimBLE-latest/nimble/controller/src/
H A Dble_ll_resolv.c54 * Called to determine if a change is allowed to the resolving list at this
55 * time. We are not allowed to modify the resolving list if address translation
59 * @return int 0: not allowed. 1: allowed.
194 * list entries allowed by the controller.
H A Dble_ll_whitelist.c54 * This command is not allowed if: in ble_ll_whitelist_chg_allowed()
99 * entries allowed by the controller.
H A Dble_ll_ctrl.c1031 * Called to determine if this is a control PDU we are allowed to send. This
1038 * different PDUs allowed for master/slave and TX/RX
1049 int allowed; in ble_ll_ctrl_enc_allowed_pdu() local
1051 allowed = 0; in ble_ll_ctrl_enc_allowed_pdu()
1065 allowed = 1; in ble_ll_ctrl_enc_allowed_pdu()
1071 /* Empty PDUs are allowed */ in ble_ll_ctrl_enc_allowed_pdu()
1072 allowed = 1; in ble_ll_ctrl_enc_allowed_pdu()
1077 return allowed; in ble_ll_ctrl_enc_allowed_pdu()
/nrf52832-nimble/packages/NimBLE-latest/nimble/host/src/
H A Dble_hs.c149 * Locks the BLE host mutex. Nested locks allowed.
168 * Unlocks the BLE host mutex. Nested locks allowed.
187 * Locks the BLE host mutex. Nested locks not allowed.
203 * Unlocks the BLE host mutex. Nested locks not allowed.
329 * the startup sequence to the controller. No other tasks are allowed to in ble_hs_sync()
H A Dble_gatts.c60 uint8_t allowed; member
710 if ((flags & ~clt_cfg->allowed) != 0) { in ble_gatts_clt_cfg_access_locked()
1260 ble_gatts_clt_cfgs[idx].allowed = allowed_flags; in ble_gatts_start()
1329 /* Only one outstanding indication per peer is allowed. If we in ble_gatts_schedule_update()
1423 if (!(clt_cfg->allowed & BLE_GATTS_CLT_CFG_F_INDICATE)) { in ble_gatts_rx_indicate_ack()
1492 /* Determine if notifications or indications are allowed for this in ble_gatts_chr_updated()
/nrf52832-nimble/packages/NimBLE-latest/nimble/drivers/native/src/
H A Dble_hw.c90 * @return int Number of devices allowed in whitelist
220 * @return int Number of devices allowed in resolving list
/nrf52832-nimble/nordic/nrfx/hal/
H A Dnrf_acl.h53 …D_NO_WRITE = ACL_ACL_PERM_WRITE_Msk, /**< Read allowed, write disallowed…
54 …D_WRITE = ACL_ACL_PERM_READ_Msk, /**< Read disallowed, write allowed. */
H A Dnrf_gpio.h125 …es the start number (inclusive) in the range of pin numbers to be configured (allowed values 0-30).
127 …fies the end number (inclusive) in the range of pin numbers to be configured (allowed values 0-30).
138 …es the start number (inclusive) in the range of pin numbers to be configured (allowed values 0-30).
140 …fies the end number (inclusive) in the range of pin numbers to be configured (allowed values 0-30).
/nrf52832-nimble/rt-thread/components/drivers/sensors/
H A Dsensor.h334 * automatic gyro-drift compensation is allowed but not required.
515 * reference. That reference is allowed to drift by the same order of
582 * The only allowed value to return is 1.0.
632 * by the user. The only allowed value to return is 1.0 and an event is
676 * In other words, when the screen is off and the device allowed to
681 * overflows. It is allowed in this situation to wake the SoC up so the
953 * continuous: minimum sample period allowed in microseconds
/nrf52832-nimble/packages/NimBLE-latest/nimble/controller/include/controller/
H A Dble_ll_hci.h35 * This determines the number of outstanding commands allowed from the
/nrf52832-nimble/rt-thread/components/net/lwip-2.0.2/src/include/lwip/apps/
H A Dmdns_priv.h55 /* Set if compression of this domain is not allowed */
/nrf52832-nimble/packages/NimBLE-latest/nimble/drivers/nrf52/
H A Dsyscfg.yml30 than allowed 2 usecs.
/nrf52832-nimble/packages/NimBLE-latest/ext/tinycrypt/src/
H A Dccm_mode.c49 return TC_CRYPTO_FAIL; /* The allowed nonce size is: 13. See documentation.*/ in tc_ccm_config()
51 return TC_CRYPTO_FAIL; /* The allowed mac sizes are: 4, 6, 8, 10, 12, 14, 16.*/ in tc_ccm_config()
/nrf52832-nimble/packages/NimBLE-latest/nimble/drivers/nrf52/src/
H A Dble_hw.c210 * @return int Number of devices allowed in whitelist
469 * @return int Number of devices allowed in resolving list
/nrf52832-nimble/packages/NimBLE-latest/nimble/drivers/nrf51/src/
H A Dble_hw.c204 * @return int Number of devices allowed in whitelist
459 * @return int Number of devices allowed in resolving list
/nrf52832-nimble/rt-thread/components/net/lwip-2.1.0/src/include/lwip/apps/
H A Dmdns_priv.h59 /* Set if compression of this domain is not allowed */
/nrf52832-nimble/packages/NimBLE-latest/nimble/host/services/gatt/src/
H A Dble_svc_gatt.c60 /* The only operation allowed for this characteristic is indicate. This in ble_svc_gatt_access()
/nrf52832-nimble/packages/NimBLE-latest/nimble/host/test/src/
H A Dble_hs_pvcy_test.c379 /* Ensure no GAP procedures are allowed. */ in TEST_CASE()
468 /* Ensure no GAP procedures are allowed. */ in TEST_CASE()
/nrf52832-nimble/rt-thread/components/libc/libdl/arch/
H A Darm.c98 rt_kprintf("Module: Only Thumb addresses allowed\n"); in dlmodule_relocate()
/nrf52832-nimble/rt-thread/components/net/lwip-2.0.2/src/apps/snmp/
H A Dsnmp_mib2_ip.c201 /* list of allowed value ranges for incoming OID */
314 /* list of allowed value ranges for incoming OID */
487 /* list of allowed value ranges for incoming OID */
/nrf52832-nimble/rt-thread/components/net/lwip-2.1.0/src/apps/snmp/
H A Dsnmp_mib2_ip.c201 /* list of allowed value ranges for incoming OID */
308 /* list of allowed value ranges for incoming OID */
475 /* list of allowed value ranges for incoming OID */

1234567