Home
last modified time | relevance | path

Searched refs:link_close (Results 1 – 6 of 6) sorted by relevance

/AliOS-Things-master/components/ble_mesh/bt_mesh/mesh_node/
A Dmesh_node.c168 .link_close = NULL,
183 static void link_close(bt_mesh_prov_bearer_t bearer);
193 .link_close = link_close,
391 static void link_close(bt_mesh_prov_bearer_t bearer) in link_close() function
/AliOS-Things-master/components/ble_mesh/bt_mesh/core/src/
A Dprov.c354 if (prov->link_close) { in reset_link()
355 prov->link_close(BT_MESH_PROV_ADV); in reset_link()
1386 static void link_close(struct prov_rx *rx, struct net_buf_simple *buf) in link_close() function
1414 link_close(rx, buf); in gen_prov_ctl()
1693 if (prov->link_close) { in bt_mesh_pb_gatt_close()
1694 prov->link_close(BT_MESH_PROV_GATT); in bt_mesh_pb_gatt_close()
A Dprovisioner_prov.c192 u16_t link_close; /* Link close been sent flag */ member
1408 link[i].link_close = (reason << 8 | BIT(0)); in bearer_ctl_send()
2745 if (link[id].link_close & BIT(0)) { in prov_retransmit()
2746 if (link[id].link_close >> 1 & 0x02) { in prov_retransmit()
2747 reset_link(id, link[id].link_close >> 8); in prov_retransmit()
2751 link[id].link_close += BIT(1); in prov_retransmit()
2809 static void link_close(struct prov_rx *rx, struct net_buf_simple *buf) in link_close() function
2845 link_close(rx, buf); in gen_prov_ctl()
/AliOS-Things-master/components/ble_mesh/bt_mesh/core/inc/api/mesh/
A Dmain.h153 void (*link_close)(bt_mesh_prov_bearer_t bearer); member
/AliOS-Things-master/components/ble_mesh/bt_mesh/aos/
A Dmesh.c258 prov.link_close = mesh_link_close_cb; in ble_stack_mesh_init()
/AliOS-Things-master/components/ble_mesh/bt_shell/bt_mesh/
A Dshell.c501 static void link_close(bt_mesh_prov_bearer_t bearer) in link_close() function
509 .link_close = link_close,

Completed in 22 milliseconds