Home
last modified time | relevance | path

Searched full:bearer (Results 1 – 14 of 14) sorted by relevance

/nrf52832-nimble/packages/NimBLE-latest/nimble/host/mesh/include/mesh/
H A Dmain.h130 * link has been opened on the given provisioning bearer.
132 * @param bearer Provisioning bearer.
134 void (*link_open)(bt_mesh_prov_bearer_t bearer);
139 * link has been closed on the given provisioning bearer.
141 * @param bearer Provisioning bearer.
143 void (*link_close)(bt_mesh_prov_bearer_t bearer);
/nrf52832-nimble/packages/NimBLE-latest/docs/mesh/
H A Dindex.rst33 - Relay - receive and retransmit mesh messages over the advertising bearer to enable larger networ…
44 - Advertising Bearer
50 - GATT Bearer
H A Dsample.rst28 GATT bearer is enabled so that it is possible to provision those with Bluetooth Mesh application fr…
30 support advertising bearer.
/nrf52832-nimble/rt-thread/components/net/lwip-2.0.2/src/include/netif/ppp/
H A Dpppol2tp.h102 #define PPPOL2TP_AVPTYPE_FRAMINGCAPABILITIES 3 /* Bearer capabilities */
105 /* -- AVP - Bearer capabilities */
106 #define PPPOL2TP_AVPTYPE_BEARERCAPABILITIES 4 /* Bearer capabilities */
/nrf52832-nimble/rt-thread/components/net/lwip-2.1.0/src/include/netif/ppp/
H A Dpppol2tp.h106 #define PPPOL2TP_AVPTYPE_FRAMINGCAPABILITIES 3 /* Bearer capabilities */
109 /* -- AVP - Bearer capabilities */
110 #define PPPOL2TP_AVPTYPE_BEARERCAPABILITIES 4 /* Bearer capabilities */
/nrf52832-nimble/packages/NimBLE-latest/nimble/host/mesh/src/
H A Dshell.c439 static const char *bearer2str(bt_mesh_prov_bearer_t bearer) in bearer2str() argument
441 switch (bearer) { in bearer2str()
451 static void link_open(bt_mesh_prov_bearer_t bearer) in link_open() argument
453 printk("Provisioning link opened on %s\n", bearer2str(bearer)); in link_open()
456 static void link_close(bt_mesh_prov_bearer_t bearer) in link_close() argument
458 printk("Provisioning link closed on %s\n", bearer2str(bearer)); in link_close()
1764 static int cmd_pb(bt_mesh_prov_bearer_t bearer, int argc, char *argv[]) in cmd_pb() argument
1773 err = bt_mesh_prov_enable(bearer); in cmd_pb()
1776 bearer2str(bearer), err); in cmd_pb()
1778 printk("%s enabled\n", bearer2str(bearer)); in cmd_pb()
[all …]
H A Dprov.c352 /* Transaction ID, always 0 for Bearer messages */ in bearer_ctl_send()
1201 BT_ERR("Too short bearer open message (len %u)", buf->om_len); in link_open()
1211 BT_WARN("Ignoring bearer open: link already active"); in link_open()
1218 BT_DBG("Bearer open message not for us"); in link_open()
1270 BT_ERR("Unknown bearer opcode: 0x%02x", BEARER_CTL(rx->gpc)); in gen_prov_ctl()
H A Dnet.c1109 /* Relaying from advertising to the advertising bearer should only happen
1111 * get sent to the advertising bearer. If the packet came in through GATT,
1214 /* Sending to the GATT bearer should only happen if GATT Proxy in bt_mesh_net_relay()
H A Dtransport.c1401 * we still need to go through the actual sending to the bearer and in bt_mesh_trans_recv()
H A Dcfg_srv.c885 * to GATT Proxy state 0x00 the GATT Bearer Server shall in gatt_proxy_set()
886 * disconnect all GATT Bearer Clients. in gatt_proxy_set()
/nrf52832-nimble/packages/NimBLE-latest/apps/blemesh_shell/src/
H A Dmain.c61 console_printf("Invalid bearer: opcode 0x%02x\n", opcode); in invalid_bearer_cb()
/nrf52832-nimble/packages/NimBLE-latest/nimble/host/mesh/
H A Dsyscfg.yml29 the advertising bearer.
41 the GATT bearer.
/nrf52832-nimble/rt-thread/components/net/lwip-2.1.0/src/netif/ppp/
H A Dpppol2tp.c859 /* AVP - Bearer capabilities */ in pppol2tp_send_sccrq()
862 PUTSHORT(PPPOL2TP_AVPTYPE_BEARERCAPABILITIES, p); /* Attribute type: Bearer capabilities */ in pppol2tp_send_sccrq()
863 PUTLONG(PPPOL2TP_BEARERCAPABILITIES, p); /* Attribute value: Bearer capabilities */ in pppol2tp_send_sccrq()
/nrf52832-nimble/rt-thread/components/net/lwip-2.0.2/src/netif/ppp/
H A Dpppol2tp.c831 /* AVP - Bearer capabilities */ in pppol2tp_send_sccrq()
834 PUTSHORT(PPPOL2TP_AVPTYPE_BEARERCAPABILITIES, p); /* Attribute type: Bearer capabilities */ in pppol2tp_send_sccrq()
835 PUTLONG(PPPOL2TP_BEARERCAPABILITIES, p); /* Attribute value: Bearer capabilities */ in pppol2tp_send_sccrq()