/nrf52832-nimble/packages/NimBLE-latest/nimble/host/mesh/src/ |
H A D | beacon.c | 45 struct bt_mesh_subnet *sub = &bt_mesh.sub[i]; in cache_check() local 59 static void cache_add(u8_t data[21], struct bt_mesh_subnet *sub) in cache_add() 66 struct bt_mesh_subnet *sub = user_data; in beacon_complete() local 73 void bt_mesh_beacon_create(struct bt_mesh_subnet *sub, in bt_mesh_beacon_create() 104 #define BEACON_THRESHOLD(sub) (K_SECONDS(10 * ((sub)->beacons_last + 1)) - \ argument 118 struct bt_mesh_subnet *sub = &bt_mesh.sub[i]; in secure_beacon_send() local 221 struct bt_mesh_subnet *sub = &bt_mesh.sub[i]; in update_beacon_observation() local 262 struct bt_mesh_subnet *sub; in secure_beacon_recv() local 391 struct bt_mesh_subnet *sub = &bt_mesh.sub[i]; in bt_mesh_beacon_enable() local
|
H A D | net.c | 266 int friend_cred_update(struct bt_mesh_subnet *sub) in friend_cred_update() 289 struct friend_cred *friend_cred_create(struct bt_mesh_subnet *sub, u16_t addr, in friend_cred_create() 358 int friend_cred_get(struct bt_mesh_subnet *sub, u16_t addr, u8_t *nid, in friend_cred_get() 394 int friend_cred_get(struct bt_mesh_subnet *sub, u16_t addr, u8_t *nid, in friend_cred_get() 401 u8_t bt_mesh_net_flags(struct bt_mesh_subnet *sub) in bt_mesh_net_flags() 416 int bt_mesh_net_beacon_update(struct bt_mesh_subnet *sub) in bt_mesh_net_beacon_update() 438 struct bt_mesh_subnet *sub; in bt_mesh_net_create() local 493 void bt_mesh_net_revoke_keys(struct bt_mesh_subnet *sub) in bt_mesh_net_revoke_keys() 513 bool bt_mesh_kr_update(struct bt_mesh_subnet *sub, u8_t new_kr, bool new_key) in bt_mesh_kr_update() 605 void bt_mesh_net_sec_update(struct bt_mesh_subnet *sub) in bt_mesh_net_sec_update() [all …]
|
H A D | proxy.c | 374 static int beacon_send(uint16_t conn_handle, struct bt_mesh_subnet *sub) in beacon_send() 396 struct bt_mesh_subnet *sub = &bt_mesh.sub[i]; in proxy_send_beacons() local 404 void bt_mesh_proxy_beacon_send(struct bt_mesh_subnet *sub) in bt_mesh_proxy_beacon_send() 426 void bt_mesh_proxy_identity_start(struct bt_mesh_subnet *sub) in bt_mesh_proxy_identity_start() 435 void bt_mesh_proxy_identity_stop(struct bt_mesh_subnet *sub) in bt_mesh_proxy_identity_stop() 452 struct bt_mesh_subnet *sub = &bt_mesh.sub[i]; in bt_mesh_proxy_identity_enable() local 1016 static int node_id_adv(struct bt_mesh_subnet *sub) in node_id_adv() 1053 static int net_id_adv(struct bt_mesh_subnet *sub) in net_id_adv() 1078 static bool advertise_subnet(struct bt_mesh_subnet *sub) in advertise_subnet() 1093 struct bt_mesh_subnet *sub; in next_sub() local [all …]
|
H A D | cfg_srv.c | 396 struct bt_mesh_subnet *sub; in app_key_set() local 836 struct bt_mesh_subnet *sub; in gatt_proxy_set() local 877 struct bt_mesh_subnet *sub = &bt_mesh.sub[i]; in gatt_proxy_set() local 998 struct bt_mesh_subnet *sub; in relay_set() local 2172 struct bt_mesh_subnet *sub; in net_key_add() local 2247 struct bt_mesh_subnet *sub; in net_key_update() local 2328 struct bt_mesh_subnet *sub; in net_key_del() local 2377 struct bt_mesh_subnet *sub = &bt_mesh.sub[i]; in net_key_get() local 2409 struct bt_mesh_subnet *sub; in node_identity_get() local 2451 struct bt_mesh_subnet *sub; in node_identity_set() local [all …]
|
H A D | settings.c | 312 struct bt_mesh_subnet *sub; in net_key_set() local 382 struct bt_mesh_subnet *sub; in app_key_set() local 723 static int subnet_init(struct bt_mesh_subnet *sub) in subnet_init() 785 struct bt_mesh_subnet *sub = &bt_mesh.sub[i]; in mesh_commit() local 1102 static void store_net_key(struct bt_mesh_subnet *sub) in store_net_key() 1183 struct bt_mesh_subnet *sub; in store_pending_keys() local 1417 void bt_mesh_store_subnet(struct bt_mesh_subnet *sub) in bt_mesh_store_subnet() 1486 void bt_mesh_clear_subnet(struct bt_mesh_subnet *sub) in bt_mesh_clear_subnet()
|
H A D | testing.c | 97 struct bt_mesh_subnet *sub; in bt_test_print_credentials() local
|
H A D | lpn.c | 482 struct bt_mesh_subnet *sub = rx->sub; in bt_mesh_lpn_friend_offer() local 918 struct bt_mesh_subnet *sub = rx->sub; in bt_mesh_lpn_friend_update() local
|
H A D | friend.c | 321 struct bt_mesh_subnet *sub; in create_friend_pdu() local 410 struct bt_mesh_subnet *sub = bt_mesh_subnet_get(frnd->net_idx); in encode_update() local 1304 void bt_mesh_friend_clear_incomplete(struct bt_mesh_subnet *sub, u16_t src, in bt_mesh_friend_clear_incomplete()
|
H A D | net.h | 250 struct bt_mesh_subnet sub[MYNEWT_VAL(BLE_MESH_SUBNET_COUNT)]; member 265 struct bt_mesh_subnet *sub; member 280 struct bt_mesh_subnet *sub; member
|
H A D | transport.c | 67 struct bt_mesh_subnet *sub; member 81 struct bt_mesh_subnet *sub; member 960 static int send_ack(struct bt_mesh_subnet *sub, u16_t src, u16_t dst, in send_ack()
|
H A D | cfg_cli.c | 399 struct bt_mesh_cfg_hb_sub *sub; member 1282 struct bt_mesh_cfg_hb_sub *sub, u8_t *status) in bt_mesh_cfg_hb_sub_set() 1326 struct bt_mesh_cfg_hb_sub *sub, u8_t *status) in bt_mesh_cfg_hb_sub_get()
|
H A D | shell.c | 1610 static void hb_sub_print(struct bt_mesh_cfg_hb_sub *sub) in hb_sub_print() 1625 struct bt_mesh_cfg_hb_sub sub; in hb_sub_get() local 1647 struct bt_mesh_cfg_hb_sub sub; in hb_sub_set() local
|
/nrf52832-nimble/rt-thread/components/dfs/filesystems/jffs2/cyg/compress/src/ |
H A D | infutil.h | 47 } sub; /* submode */ member
|
/nrf52832-nimble/rt-thread/components/dfs/filesystems/uffs/src/emu/ |
H A D | helper_cmds.c | 175 char *sub; in cmd_ls() local
|
/nrf52832-nimble/rt-thread/components/net/lwip-2.0.2/src/apps/mqtt/ |
H A D | mqtt.c | 1099 …nsub(mqtt_client_t *client, const char *topic, u8_t qos, mqtt_request_cb_t cb, void *arg, u8_t sub) in mqtt_sub_unsub()
|
/nrf52832-nimble/rt-thread/components/net/lwip-2.1.0/src/apps/mqtt/ |
H A D | mqtt.c | 1173 …nsub(mqtt_client_t *client, const char *topic, u8_t qos, mqtt_request_cb_t cb, void *arg, u8_t sub) in mqtt_sub_unsub()
|
/nrf52832-nimble/rt-thread/components/net/lwip-2.0.2/src/apps/httpd/ |
H A D | httpd.c | 2182 const char* ext = NULL, *sub; local
|
/nrf52832-nimble/rt-thread/components/net/lwip-2.1.0/src/apps/http/ |
H A D | httpd.c | 2140 const char *ext = NULL, *sub; local
|