/nrf52832-nimble/rt-thread/components/net/lwip-1.4.1/src/core/snmp/ |
H A D | asn1_dec.c | 46 * @param p points to a pbuf holding an ASN1 coded type field 47 * @param ofs points to the offset within the pbuf chain of the ASN1 coded type field 78 * @param p points to a pbuf holding an ASN1 coded length 79 * @param ofs points to the offset within the pbuf chain of the ASN1 coded length 229 * @param p points to a pbuf holding an ASN1 coded integer 230 * @param ofs points to the offset within the pbuf chain of the ASN1 coded integer 231 * @param len length of the coded integer field 235 * @note ASN coded integers are _always_ signed. E.g. +0xFFFF is coded 324 * @param p points to a pbuf holding an ASN1 coded integer 325 * @param ofs points to the offset within the pbuf chain of the ASN1 coded integer [all …]
|
H A D | asn1_enc.c | 72 * @note ASN coded integers are _always_ signed. E.g. +0xFFFF is coded 107 * @note ASN coded integers are _always_ signed.
|
/nrf52832-nimble/rt-thread/components/net/lwip-2.1.0/src/apps/snmp/ |
H A D | snmp_asn1.c | 270 * @note ASN coded integers are _always_ signed. E.g. +0xFFFF is coded 296 * @note ASN coded integers are _always_ signed. 412 * @param len length of the coded integer field 416 * @note ASN coded integers are _always_ signed. E.g. +0xFFFF is coded 452 * @param len length of the coded integer field 456 * @note ASN coded integers are _always_ signed! 491 * @param len length of the coded object identifier 582 * @param len length of the coded raw data (zero is valid, e.g. empty string!) 613 * @note ASN coded integers are _always_ signed. E.g. +0xFFFF is coded 635 * @param len length of the coded integer field [all …]
|
/nrf52832-nimble/rt-thread/components/net/lwip-2.0.2/src/apps/snmp/ |
H A D | snmp_asn1.c | 312 * @note ASN coded integers are _always_ signed. E.g. +0xFFFF is coded 338 * @note ASN coded integers are _always_ signed. E.g. +0xFFFF is coded 363 * @note ASN coded integers are _always_ signed. 476 * @param len length of the coded integer field 480 * @note ASN coded integers are _always_ signed. E.g. +0xFFFF is coded 516 * @param len length of the coded integer field 520 * @note ASN coded integers are _always_ signed. E.g. +0xFFFF is coded 570 * @param len length of the coded integer field 574 * @note ASN coded integers are _always_ signed! 634 * @param len length of the coded object identifier [all …]
|
/nrf52832-nimble/packages/NimBLE-latest/apps/bleprph/ |
H A D | syscfg.yml | 30 is an array of 4 GPIO pin numbers for 1M, 2M, LE Coded S=2 and 31 LE Coded S=8 respectively. 36 is an array of 3 GPIO pin numbers for 1M, 2M and LE Coded
|
/nrf52832-nimble/packages/NimBLE-latest/nimble/controller/include/controller/ |
H A D | ble_phy.h | 34 #error LE Coded PHY can only be enabled on nRF52840 193 * the PHY modes for 1Mbps and 2Mbps are the same here. For the coded phy 230 * Mode values are set in a way that 1M, 2M and Coded(S=2) are equivalent in ble_ll_phy_to_phy_mode() 231 * to 1M, 2M and Coded in HCI. The only conversion is needed for Coded(S=8) in ble_ll_phy_to_phy_mode()
|
H A D | ble_ll_conn.h | 149 * phy_options: preferred phy options for coded phy
|
/nrf52832-nimble/packages/NimBLE-latest/nimble/controller/src/ |
H A D | ble_ll_scan.c | 3020 struct ble_ll_scan_params *coded = &new_params[PHY_CODED]; in ble_ll_set_ext_scan_params() local 3038 coded->own_addr_type = cmd[0]; in ble_ll_set_ext_scan_params() 3046 coded->scan_filt_policy = cmd[1]; in ble_ll_set_ext_scan_params() 3087 coded->scan_type = cmd[idx]; in ble_ll_set_ext_scan_params() 3089 coded->scan_itvl = get_le16(cmd + idx); in ble_ll_set_ext_scan_params() 3091 coded->scan_window = get_le16(cmd + idx); in ble_ll_set_ext_scan_params() 3094 rc = ble_ll_check_scan_params(coded->scan_type, in ble_ll_set_ext_scan_params() 3095 coded->scan_itvl, in ble_ll_set_ext_scan_params() 3096 coded->scan_window); in ble_ll_set_ext_scan_params() 3102 coded->configured = 1; in ble_ll_set_ext_scan_params() [all …]
|
H A D | ble_ll.c | 246 /* For Coded PHY we have exact TX times provided by specification: 247 * - Preamble, Access Address, CI, TERM1 (always coded as S=8) 248 * - PDU, CRC, TERM2 (coded as S=2 or S=8) 1379 * and this can happen if we changed connection form uncoded to coded phy. in ble_ll_pdu_max_tx_octets_get() 1381 * current phy (uncoded/coded) but it always allows to send at least 27 in ble_ll_pdu_max_tx_octets_get()
|
/nrf52832-nimble/packages/NimBLE-latest/nimble/drivers/nrf52/ |
H A D | syscfg.yml | 28 RX on coded phy to allow maintaining connections with some
|
/nrf52832-nimble/packages/NimBLE-latest/nimble/drivers/nrf52/src/ |
H A D | ble_phy.c | 158 /* delay between rxd access address (w/ TERM1 for coded) and EVENTS_ADDRESS */ 267 * For LE Coded PHY this also includes CI and TERM1. */ 289 * Workarounds should be applied only when switching to/from LE Coded PHY in ble_phy_apply_nrf52840_errata() 661 * Some controllers exceed T_IFS when transmitting on coded phy in ble_phy_wfr_enable() 678 * Note: on LE Coded EVENT_ADDRESS is fired after TERM1 is received, so in ble_phy_wfr_enable() 799 * On Coded PHY there are CI and TERM1 fields before PDU starts so we need in ble_phy_rx_xcvr_setup() 929 * For Coded PHY mode can be set to either codings since actual coding is in ble_phy_get_cur_rx_phy_mode() 1012 * LE Coded S8. In this case the time we process RXed packet is roughly the in ble_phy_rx_end_isr()
|
/nrf52832-nimble/packages/NimBLE-latest/docs/btshell/ |
H A D | btshell_GAP.rst | 90 … | | coded | Start extended scan o… 126 …nge\_interval | [``0``-UINT16\_MAX] | Scan interval for Coded Scan , if 0 use st… 128 …range\_window | [``0``-UINT16\_MAX] | Scan window for Coded Scan , if 0 use st… 130 …\_passive | [``0``-1] | Use passive scan for Coded Scan … 140 … | | coded | Extended connect usin… 142 … | both | Extended connect using 1M and Coded PHYs scan paramete… 144 … | all | Extended connect using 1M and Coded PHYs scan paramete… 182 | | coded\_scan\_interval | [0-UINT16\_MAX] | Coded PH… 184 | | coded\_scan\_window | [0-UINT16\_MAX] | Coded PH… 186 | | coded\_interval\_min | [0-UINT16\_MAX] | Coded PH… [all …]
|
/nrf52832-nimble/packages/NimBLE-latest/ |
H A D | README.md | 9 - 长距离编码(Coded PHY for LE Long Range)
|
/nrf52832-nimble/packages/NimBLE-latest/apps/btshell/src/ |
H A D | cmd.c | 108 { "coded", 0x03 }, 462 {"primary_phy", "usage: =[1M|coded], default: 1M"}, 463 {"secondary_phy", "usage: =[1M|2M|coded], default: primary_phy"}, 692 { "coded", 0x02 }, 835 /* Get coded params */ in cmd_connect() 963 {"extended", "usage: =[none|1M|coded|both|all], default: none"}, 1160 { "coded", 0x02 }, 1172 struct ble_gap_ext_disc_params coded = {0}; in cmd_scan() local 1278 coded.itvl = parse_arg_uint16_dflt("longrange_interval", 0, &rc); in cmd_scan() 1284 coded.window = parse_arg_uint16_dflt("longrange_window", 0, &rc); in cmd_scan() [all …]
|
/nrf52832-nimble/packages/NimBLE-latest/docs/ |
H A D | index.rst | 40 - Coded PHY for LE Long Range
|
/nrf52832-nimble/rt-thread/components/net/lwip-1.4.1/src/core/ipv6/ |
H A D | inet6.c | 51 * arcitecture on which it is to run. Preferebly coded in assembler.
|
/nrf52832-nimble/rt-thread/components/net/lwip-1.4.1/doc/ |
H A D | snmp_agent.txt | 45 There is no MIB compiler thus additional MIBs must be hand coded.
|
/nrf52832-nimble/rt-thread/components/dfs/filesystems/nfs/rpc/ |
H A D | xdr.c | 147 * same as xdr_u_long - open coded to save a proc call! 168 * same as xdr_long - open coded to save a proc call!
|
/nrf52832-nimble/packages/NimBLE-latest/porting/nimble/include/os/ |
H A D | os_mempool.h | 51 /* XXX: Change how I coded the SLIST_HEAD here. It should be named:
|
/nrf52832-nimble/packages/NimBLE-latest/nimble/controller/ |
H A D | syscfg.yml | 264 This option is used to enable/disable support for the coded PHY.
|
/nrf52832-nimble/rt-thread/components/drivers/include/drivers/ |
H A D | usb_device.h | 37 #define USB_BCD_DEVICE 0x0200 /* USB Specification Release Number in Binary-Coded De…
|
/nrf52832-nimble/rt-thread/components/dfs/filesystems/jffs2/cyg/compress/src/ |
H A D | inffast.c | 63 bytes, which is the maximum length that can be coded. inflate_fast()
|
H A D | infblock.c | 32 codes exist, they are coded using one bit each (0 and 1).
|
H A D | infback.c | 9 with inffast.c is retained so that optimized assembler-coded versions of
|
/nrf52832-nimble/rt-thread/components/net/lwip-2.0.2/src/apps/sntp/ |
H A D | sntp.c | 131 * Timestamps are coded as 64 bits:
|