/nrf52832-nimble/packages/NimBLE-latest/nimble/host/include/host/ |
H A D | ble_hs.h | 192 * An optional callback that gets executed upon registration of each GATT 198 * An optional argument that gets passed to the GATT registration 274 * This callback gets executed when a persistence operation cannot be 277 * function gets called to give the application the opportunity to make 282 /** An optional argument that gets passed to the storage status callback. */ 345 * @param reason The host error code that gets passed to the reset callback.
|
H A D | ble_hs_id.h | 45 * @param out_addr On success, the generated address gets written 114 * @param out_addr_type On success, the "own addr type" code gets
|
H A D | ble_gatt.h | 539 * Callback that gets executed when this characteristic is read or 549 * Do not include CCCD; it gets added automatically if this 609 /** Callback that gets executed when the descriptor is read or written. */ 619 * instance of this struct gets passed to the application callback. 874 * Makes all registered services available to peers. This function gets called
|
H A D | ble_hs_stop.h | 62 * progress; the provided callback gets called
|
H A D | ble_hs_mbuf.h | 67 * @param out_copy_len The number of bytes actually copied gets written here.
|
H A D | ble_hs_hci.h | 53 * @param out_chan_map On success, the retrieved channel map gets
|
/nrf52832-nimble/packages/NimBLE-latest/nimble/host/mesh/ |
H A D | syscfg.yml | 144 the 96 hour minimum gets split into. After each interval the 145 duration that the node has been in the current state gets 274 gets established for the first time. After this the timeout 486 This value defines how often the local sequence number gets 492 increment) can make sense. When the stack gets initialized it 500 This value defines in seconds how soon the RPL gets written to 503 large value, whereas if the RPL gets updated infrequently a
|
/nrf52832-nimble/packages/NimBLE-latest/nimble/controller/include/controller/ |
H A D | ble_phy.h | 154 /* Gets the current state of the PHY */ 157 /* Gets current state of transceiver */ 171 /* Gets the current access address */
|
/nrf52832-nimble/packages/NimBLE-latest/nimble/host/services/gatt/src/ |
H A D | ble_svc_gatt.c | 61 * access callback gets called by the stack when it needs to read the in ble_svc_gatt_access() 100 /* Ensure this function only gets called by sysinit. */ in ble_svc_gatt_init()
|
/nrf52832-nimble/packages/NimBLE-latest/porting/nimble/src/ |
H A D | mem.c | 252 * constitutes a single fragment, this gets 258 * hold a fragment. This function gets called 261 * @param cb_arg Generic parameter that gets passed to the
|
/nrf52832-nimble/packages/NimBLE-latest/nimble/host/services/lls/src/ |
H A D | ble_svc_lls.c | 142 * Gets the current alert level. 184 /* Ensure this function only gets called by sysinit. */ in ble_svc_lls_init()
|
/nrf52832-nimble/packages/NimBLE-latest/nimble/host/test/src/ |
H A D | ble_os_test.c | 130 /* Set the connect callback so we can verify that it gets called with the in ble_gap_direct_connect_test_task_handler() 205 /* Set the connect callback so we can verify that it gets called with the in ble_os_disc_test_task_handler() 296 /* Set the connect callback so we can verify that it gets called with the in ble_gap_terminate_test_task_handler()
|
H A D | ble_hs_pvcy_test.c | 255 /* Persist IRK; ensure it automatically gets added to the list. */ in TEST_CASE() 266 /* Ensure it gets added to list on startup. */ in TEST_CASE()
|
/nrf52832-nimble/packages/NimBLE-latest/nimble/host/src/ |
H A D | ble_store_util.c | 66 * gets written here. 67 * @param out_num_peers On success, the number of bonds gets written
|
H A D | ble_hs_shutdown.c | 44 /* Ensure this function only gets called by sysdown. */ in ble_hs_shutdown()
|
H A D | ble_att_svr.c | 43 * attribute data that gets passed to the application callback. The 101 * @param fn The callback function that gets executed when 587 * The specified rc and err_status values control what gets sent as follows: 776 * Data field gets written. 779 * gets stored here. One of: 1059 * Handles-Information-List field gets 2370 /* A prepare write request gets rejected for the following reasons: in ble_att_svr_rx_prep_write() 2400 * cleared before the error gets written. in ble_att_svr_rx_prep_write()
|
/nrf52832-nimble/packages/NimBLE-latest/nimble/controller/src/ |
H A D | ble_ll_hci.c | 732 * 256 gets added to the return value. 742 /* Assume error; if all pass rc gets set to 0 */ in ble_ll_hci_le_cmd_proc() 1134 * 256 gets added to the return value. 1142 /* Assume error; if all pass rc gets set to 0 */ in ble_ll_hci_link_ctrl_cmd_proc() 1185 /* Assume error; if all pass rc gets set to 0 */ in ble_ll_hci_ctlr_bb_cmd_proc() 1238 /* Assume error; if all pass rc gets set to 0 */ in ble_ll_hci_info_params_cmd_proc() 1290 /* Assume error; if all pass rc gets set to 0 */ in ble_ll_hci_status_params_cmd_proc()
|
/nrf52832-nimble/packages/NimBLE-latest/nimble/host/services/tps/src/ |
H A D | ble_svc_tps.c | 99 /* Ensure this function only gets called by sysinit. */ in ble_svc_tps_init()
|
/nrf52832-nimble/packages/NimBLE-latest/apps/blecent/src/ |
H A D | blecent.h | 88 /** Callback that gets executed when service discovery completes. */
|
/nrf52832-nimble/packages/NimBLE-latest/nimble/host/services/bas/src/ |
H A D | ble_svc_bas.c | 119 /* Ensure this function only gets called by sysinit. */ in ble_svc_bas_init()
|
/nrf52832-nimble/rt-thread/components/dfs/filesystems/uffs/src/uffs/ |
H A D | uffs_pool.c | 235 * \brief Gets a buffer by index (offset). 254 * \brief Gets the index (offset) of a buffer.
|
/nrf52832-nimble/packages/NimBLE-latest/porting/nimble/include/os/ |
H A D | os_mbuf.h | 143 * Gets the length of an entire mbuf chain. The specified mbuf must have a 270 * with the mqueue gets posted to the specified eventq. 568 * @param second The mbuf chain that gets attached.
|
/nrf52832-nimble/rt-thread/components/libc/termios/ |
H A D | posix_termios.c | 52 * this function gets process group ID for session leader for controlling
|
/nrf52832-nimble/packages/NimBLE-latest/docs/ble_setup/ |
H A D | ble_addr.rst | 47 the ``BLE_PUBLIC_DEV_ADDR`` setting is the address that gets used.
|
/nrf52832-nimble/packages/NimBLE-latest/nimble/host/services/ias/src/ |
H A D | ble_svc_ias.c | 141 /* Ensure this function only gets called by sysinit. */ in ble_svc_ias_init()
|