Home
last modified time | relevance | path

Searched full:subscription (Results 1 – 17 of 17) sorted by relevance

/nrf52832-nimble/packages/NimBLE-latest/nimble/host/mesh/include/mesh/
H A Dcfg_srv.h44 /* Heartbeat Subscription */
54 /* Optional subscription tracking function */
H A Daccess.h337 /* Subscription List (group or virtual addresses) */
/nrf52832-nimble/packages/NimBLE-latest/nimble/host/mesh/src/
H A Dnet.h153 /* Transaction Number (used for subscription list) */
170 u8_t groups_changed:1, /* Friend Subscription List needs updating */
171 pending_poll:1, /* Poll to be sent after subscription */
H A Dshell.c1319 printk("Unable to send Model Subscription Add (err %d)\n", err); in cmd_mod_sub_add()
1324 printk("Model Subscription Add failed with status 0x%02x\n", in cmd_mod_sub_add()
1327 printk("Model subscription was successful\n"); in cmd_mod_sub_add()
1362 printk("Unable to send Model Subscription Delete (err %d)\n", in cmd_mod_sub_del()
1368 printk("Model Subscription Delete failed with status 0x%02x\n", in cmd_mod_sub_del()
1371 printk("Model subscription deltion was successful\n"); in cmd_mod_sub_del()
1462 printk("Unable to send Model Subscription Delete (err %d)\n", in cmd_mod_sub_del_va()
1468 printk("Model Subscription Delete failed with status 0x%02x\n", in cmd_mod_sub_del_va()
1612 printk("Heartbeat Subscription:\n" in hb_sub_print()
1631 printk("Heartbeat Subscription Get failed (err %d)\n", err); in hb_sub_get()
[all …]
H A Dlpn.c240 /* Set this to 1 to force group subscription when the next in clear_friendship()
588 BT_WARN("Friend Subscription List exceeded!"); in lpn_group_add()
855 BT_WARN("Too short Friend Subscription Confirm"); in bt_mesh_lpn_friend_sub_cfm()
862 BT_WARN("No pending subscription list message"); in bt_mesh_lpn_friend_sub_cfm()
887 BT_WARN("Unexpected Friend Subscription Confirm"); in bt_mesh_lpn_friend_sub_cfm()
H A Dcfg_srv.c1419 BT_ERR("Unable to send Model Subscription Status"); in send_mod_sub_status()
1469 /* Tried to add existing subscription */ in mod_sub_add()
1740 BT_ERR("Unable to send Model Subscription List"); in mod_sub_get()
1805 BT_ERR("Unable to send Vendor Model Subscription List"); in mod_sub_get_vnd()
1861 /* Tried to add existing subscription */ in mod_sub_va_add()
3162 BT_ERR("Unable to send Heartbeat Subscription Status"); in hb_sub_send_status()
3209 BT_WARN("Prohibited subscription period 0x%02x", sub_period); in heartbeat_sub_set()
3253 * disabling subscription, but 0x00 for subsequent Get requests. in heartbeat_sub_set()
3407 * of removing all app keys, however model subscription clearing in mod_reset()
3459 BT_WARN("No subscription for received heartbeat"); in bt_mesh_heartbeat()
[all …]
H A Dfriend.c302 BT_WARN("No space in friend subscription list"); in friend_sub_add()
445 BT_ERR("Unable to encode Subscription List Confirmation"); in enqueue_sub_cfm()
475 BT_WARN("Too short Friend Subscription Add"); in bt_mesh_friend_sub_add()
510 BT_WARN("Too short Friend Subscription Remove"); in bt_mesh_friend_sub_rem()
H A Dcfg_cli.c362 BT_WARN("Unexpected Model Subscription Status message"); in mod_sub_status()
382 BT_WARN("Model Subscription Status parameters did not match"); in mod_sub_status()
413 BT_WARN("Unexpected Heartbeat Subscription Status message"); in hb_sub_status()
H A Dsettings.c1260 BT_ERR("Unable to encode model subscription as value"); in store_pending_mod_sub()
/nrf52832-nimble/nordic/nrfx/mdk/
H A Dnrf9160_bitfields.h79 #define CLOCK_SUBSCRIBE_HFCLKSTART_EN_Disabled (0UL) /*!< Disable subscription */
80 #define CLOCK_SUBSCRIBE_HFCLKSTART_EN_Enabled (1UL) /*!< Enable subscription */
92 #define CLOCK_SUBSCRIBE_HFCLKSTOP_EN_Disabled (0UL) /*!< Disable subscription */
93 #define CLOCK_SUBSCRIBE_HFCLKSTOP_EN_Enabled (1UL) /*!< Enable subscription */
105 #define CLOCK_SUBSCRIBE_LFCLKSTART_EN_Disabled (0UL) /*!< Disable subscription */
106 #define CLOCK_SUBSCRIBE_LFCLKSTART_EN_Enabled (1UL) /*!< Enable subscription */
118 #define CLOCK_SUBSCRIBE_LFCLKSTOP_EN_Disabled (0UL) /*!< Disable subscription */
119 #define CLOCK_SUBSCRIBE_LFCLKSTOP_EN_Enabled (1UL) /*!< Enable subscription */
392 #define DPPIC_SUBSCRIBE_CHG_EN_EN_Disabled (0UL) /*!< Disable subscription */
393 #define DPPIC_SUBSCRIBE_CHG_EN_EN_Enabled (1UL) /*!< Enable subscription */
[all …]
H A Dnrf9160.svd3385 <description>Disable subscription</description>
3390 <description>Enable subscription</description>
3416 <description>Disable subscription</description>
3421 <description>Enable subscription</description>
3447 <description>Disable subscription</description>
3452 <description>Enable subscription</description>
3478 <description>Disable subscription</description>
3483 <description>Enable subscription</description>
4105 <description>Disable subscription</description>
4110 <description>Enable subscription</description>
[all …]
/nrf52832-nimble/packages/NimBLE-latest/nimble/host/test/src/
H A Dble_gatts_notify_test.c261 /* Set initial notification / indication state and verify that subscription in ble_gatts_notify_test_misc_init()
287 /* Ensure no extraneous subscription callbacks were executed. */ in ble_gatts_notify_test_misc_init()
327 /* Verify subscription callback executed for each subscribed in ble_gatts_notify_test_disconnect()
536 /* Verify subscription callback executed for each subscribed in ble_gatts_notify_test_restore_bonding()
/nrf52832-nimble/packages/NimBLE-latest/apps/blemesh_models_example_1/
H A DREADME.md56 sub-add 0100 c000 1000 # add subscription to group address c000 to the LED server
/nrf52832-nimble/packages/NimBLE-latest/nimble/host/include/host/
H A Dble_gap.h130 /** Peer's CCCD subscription state changed due to a descriptor write. */
133 /** Peer's CCCD subscription state cleared due to connection termination. */
137 * Peer's CCCD subscription state changed due to restore from persistence
610 * Represents a state change in a peer's subscription status. In this
/nrf52832-nimble/nordic/nrfx/
H A DCHANGELOG.md9 - Added support for DPPI subscription and publishing in HALs related to nRF9160.
/nrf52832-nimble/packages/NimBLE-latest/nimble/host/mesh/
H A Dsyscfg.yml310 Size of the Subscription List that can be supported by a
/nrf52832-nimble/packages/NimBLE-latest/nimble/host/src/
H A Dble_gatts.c769 /* Tell the application if the peer changed its subscription state. */ in ble_gatts_clt_cfg_access()
1725 /* Tell the application if the peer changed its subscription state in ble_gatts_bonding_restored()