Searched full:bearer (Results 1 – 14 of 14) sorted by relevance
/nrf52832-nimble/packages/NimBLE-latest/nimble/host/mesh/include/mesh/ |
H A D | main.h | 130 * 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 D | index.rst | 33 - Relay - receive and retransmit mesh messages over the advertising bearer to enable larger networ… 44 - Advertising Bearer 50 - GATT Bearer
|
H A D | sample.rst | 28 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 D | pppol2tp.h | 102 #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 D | pppol2tp.h | 106 #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 D | shell.c | 439 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 D | prov.c | 352 /* 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 D | net.c | 1109 /* 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 D | transport.c | 1401 * we still need to go through the actual sending to the bearer and in bt_mesh_trans_recv()
|
H A D | cfg_srv.c | 885 * 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 D | main.c | 61 console_printf("Invalid bearer: opcode 0x%02x\n", opcode); in invalid_bearer_cb()
|
/nrf52832-nimble/packages/NimBLE-latest/nimble/host/mesh/ |
H A D | syscfg.yml | 29 the advertising bearer. 41 the GATT bearer.
|
/nrf52832-nimble/rt-thread/components/net/lwip-2.1.0/src/netif/ppp/ |
H A D | pppol2tp.c | 859 /* 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 D | pppol2tp.c | 831 /* 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()
|