/nrf52832-nimble/packages/NimBLE-latest/docs/ble_hs/ |
H A D | ble_hs_id.rst | 1 NimBLE Host Identity Reference 7 The identity API provides facilities for querying and configuring your device's addresses. BLE's ad… 13 … | Identity? | Configured w… 19 …e private (RPA) | Address randomly generated from an identity address and an identity resol… 24 Identity Addresses 27 …he third column in the above table indicates the *identity* property of each address type. An iden… 28 changes, and a device can be identified by one of its unique identity addresses. 30 Non-identity addresses are used by devices supporting BLE privacy. A device using the privacy featu… 31 its own address to a newly-generated non-identity address. By cycling its address, the device makes… 34 A device can have up to two identity addresses at once: one public and one static random. As indica… [all …]
|
H A D | ble_hs.rst | 26 Identity <ble_hs_id>
|
/nrf52832-nimble/packages/NimBLE-latest/nimble/host/include/host/ |
H A D | ble_hs_id.h | 24 * @brief Bluetooth Host Identity 25 * @defgroup bt_host_id Bluetooth Host Identity 68 * Retrieves one of the device's identity addresses. The device can have two 69 * identity addresses: one public and one random. The id_addr_type argument 72 * @param id_addr_type The type of identity address to retrieve. 76 * @param out_id_addr On success, the requested identity address is 89 * identity address of the requested type;
|
H A D | ble_store.h | 48 * Key by peer identity address; 97 * Key by peer identity address; 203 * identity is already in the store, it is replaced. If the store lacks
|
H A D | ble_gap.h | 194 /** Local identity address */ 197 /** Peer identity address */ 406 * peer's identity. 423 * peer's identity. 667 * Represents a change in peer's identity. This is issued after 668 * successful pairing when Identity Address Information was received.
|
/nrf52832-nimble/packages/NimBLE-latest/nimble/host/src/ |
H A D | ble_hs_id.c | 85 * Retrieves one of the device's identity addresses. The device can have two 86 * identity addresses: one public and one random. The id_addr_type argument 89 * @param id_addr_type The type of identity address to retrieve. 94 * retrieved 6-byte identity address. Pass 107 * identity address of the requested type;
|
H A D | ble_sm.c | 521 /* If we got an identity address, use that for key storage. */ in ble_sm_persist_keys() 527 /* Update identity address in conn. in ble_sm_persist_keys() 529 * will not be an identity address. The peer's address type has to be in ble_sm_persist_keys() 2076 /* Send identity information. */ in ble_sm_key_exch_exec() 2098 /* Send identity address information. */ in ble_sm_key_exch_exec()
|
H A D | ble_hs_hci_cmd.c | 1615 * - public identity (0x00) in ble_hs_hci_cmd_body_le_set_priv_mode() 1616 * - random (static) identity (0x01) in ble_hs_hci_cmd_body_le_set_priv_mode()
|
/nrf52832-nimble/packages/NimBLE-latest/docs/ |
H A D | ble_sec.rst | 16 same keys (verify device identity) 65 provides the Controller device identity information. The Host may 69 because the peer’s device identity address can be resolved prior to
|
/nrf52832-nimble/packages/NimBLE-latest/nimble/host/mesh/include/mesh/ |
H A D | proxy.h | 21 * @brief Enable advertising with Node Identity. 24 * each subnet will start advertising using Node Identity for the next
|
/nrf52832-nimble/packages/NimBLE-latest/nimble/host/mesh/src/ |
H A D | net.h | 60 u8_t node_id; /* Node Identity State */ 61 u32_t node_id_start; /* Node Identity started timestamp */ 71 u8_t identity[16]; /* IdentityKey */ member
|
/nrf52832-nimble/packages/NimBLE-latest/nimble/controller/src/ |
H A D | ble_ll_whitelist.c | 118 * @param addr Device or identity address to check. 152 * @param is_ident True if addr is an identity address; false otherwise
|
H A D | ble_ll_conn.c | 2756 * from resolving list entry. In other case, we need to use our identity in ble_ll_conn_req_pdu_update() 2804 /* Peer uses its identity address. Let's verify privacy mode. in ble_ll_conn_is_peer_adv() 2809 * the peer's identity address. in ble_ll_conn_is_peer_adv() 3313 /* Resolving will be done later. Check if identity InitA matches */ in ble_ll_init_rx_isr_end() 3359 * identity address of the resolved ADVA. in ble_ll_init_rx_isr_end() 3388 * is identity address in ble_ll_init_rx_isr_end() 3398 * identity address of the resolved ADVA. in ble_ll_init_rx_isr_end()
|
H A D | ble_ll.c | 533 * Get identity address 537 * @return pointer to identity address of given type.
|
/nrf52832-nimble/packages/NimBLE-latest/nimble/controller/include/controller/ |
H A D | ble_ll_resolv.h | 29 * The identity address is stored in little endian format.
|
H A D | ble_ll_conn.h | 274 * identity address as InitA
|
H A D | ble_ll.h | 432 /* Get identity address 'addr_type' is public (0) or random (!=0) */
|
/nrf52832-nimble/packages/NimBLE-latest/docs/ble_setup/ |
H A D | ble_addr.rst | 6 Identity Reference :doc:`<../ble_hs/ble_hs_id/ble_hs_id>`.
|
/nrf52832-nimble/packages/NimBLE-latest/docs/btshell/ |
H A D | btshell_api.rst | 32 On startup, btshell has the following identity address configuration:
|
/nrf52832-nimble/packages/NimBLE-latest/apps/bleprph/src/ |
H A D | bleprph.c | 279 /* Make sure we have proper identity address set (public preferred) */ in bleprph_on_sync()
|
/nrf52832-nimble/packages/NimBLE-latest/apps/ext_advertiser/src/ |
H A D | ext_advertiser.c | 420 /* Make sure we have proper identity address set (public preferred) */ in on_sync()
|
/nrf52832-nimble/packages/NimBLE-latest/nimble/host/mesh/ |
H A D | syscfg.yml | 54 using Node Identity. The given value is in seconds. The
|
/nrf52832-nimble/packages/NimBLE-latest/apps/blecent/src/ |
H A D | blecent.c | 478 /* Make sure we have proper identity address set (public preferred) */ in blecent_on_sync()
|
/nrf52832-nimble/rt-thread/components/net/lwip-2.0.2/src/netif/ppp/ |
H A D | eap.c | 27 * name is queried using the EAP Identity request type. If the 1356 ppp_info("EAP: Identity prompt \"%.*q\"", len, inp); in eap_request() 1939 ppp_info("EAP: unable to validate client identity"); in eap_response() 2128 "Identity", "Notification", "Nak", "MD5-Challenge",
|
/nrf52832-nimble/rt-thread/components/net/lwip-2.1.0/src/netif/ppp/ |
H A D | eap.c | 27 * name is queried using the EAP Identity request type. If the 1356 ppp_info("EAP: Identity prompt \"%.*q\"", len, inp); in eap_request() 1939 ppp_info("EAP: unable to validate client identity"); in eap_response() 2128 "Identity", "Notification", "Nak", "MD5-Challenge",
|