Home
last modified time | relevance | path

Searched full:l2cap (Results 1 – 25 of 30) sorted by relevance

12

/nrf52832-nimble/packages/NimBLE-latest/nimble/host/pts/
H A Dpts-l2cap.txt1 PTS test results for L2CAP
16 L2CAP/COS/CED/BV-01-C N/A
17 L2CAP/COS/CED/BV-03-C N/A
18 L2CAP/COS/CED/BV-04-C N/A
19 L2CAP/COS/CED/BV-05-C N/A
20 L2CAP/COS/CED/BV-07-C N/A
21 L2CAP/COS/CED/BV-08-C N/A
22 L2CAP/COS/CED/BV-09-C N/A
23 L2CAP/COS/CED/BV-10-C N/A
24 L2CAP/COS/CED/BV-11-C N/A
[all …]
H A Dpts-gap.txt128 b l2cap update conn=<handle>
130 b l2cap update conn=<handle>
132 b l2cap update conn=<handle>
/nrf52832-nimble/packages/NimBLE-latest/nimble/host/src/
H A Dble_l2cap.c164 * Transmits a packet over an L2CAP channel. This function only consumes the
266 * Processes an incoming L2CAP fragment.
268 * @param conn The connection the L2CAP fragment was sent
271 * the L2CAP fragment. This header has been
273 * @param om An mbuf containing the L2CAP data. If this is
274 * the first fragment, the L2CAP header is at
276 * fragments, the mbuf starts with L2CAP
278 * @param out_rx_cb If a full L2CAP packet has been received, a
282 * @param out_rx_buf If a full L2CAP packet has been received, this
283 * will point to the entire L2CAP packet. To
[all …]
H A Dble_l2cap_sig.c21 * L2CAP Signaling (channel ID = 5).
25 * L2CAP sig procedures are initiated by the application via function calls.
404 /* Send L2CAP response. */ in ble_l2cap_sig_update_req_rx()
482 /* Only the slave can initiate the L2CAP connection update in ble_l2cap_sig_update()
688 /* Fill up remote configuration. Note MPS is the L2CAP MTU*/ in ble_l2cap_sig_coc_req_rx()
745 BLE_HS_LOG(DEBUG, "L2CAP LE COC connection response received\n"); in ble_l2cap_sig_coc_rsp_rx()
770 * Note MPS is the L2CAP MTU in ble_l2cap_sig_coc_rsp_rx()
1117 BLE_HS_LOG(DEBUG, "L2CAP - rxed signalling msg: "); in ble_l2cap_sig_rx()
1129 /* Strip L2CAP sig header from the front of the mbuf. */ in ble_l2cap_sig_rx()
H A Dble_hs_mbuf.c73 * Allocates an mbuf suitable for an L2CAP data packet. The resulting packet
76 * o L2CAP B-frame header
H A Dble_l2cap_coc.c256 * L2CAP MTU in ble_l2cap_coc_chan_alloc()
352 BLE_HS_LOG(DEBUG, "Could not prepare l2cap packet len %d", len); in ble_l2cap_coc_continue_tx()
386 /* txom is consumed by l2cap */ in ble_l2cap_coc_continue_tx()
H A Dble_att.c500 /* Strip L2CAP ATT header from the front of the mbuf. */ in ble_att_rx()
H A Dble_att_svr.c777 * @param mtu The ATT L2CAP channel MTU.
963 * @param mtu The ATT L2CAP channel MTU.
1061 * @param mtu The ATT L2CAP channel MTU.
H A Dble_sm.c21 * L2CAP Security Manager (channel ID = 6).
25 * L2CAP sm procedures are initiated by the application via function calls.
2579 /* Strip L2CAP SM header from the front of the mbuf. */ in ble_sm_rx()
/nrf52832-nimble/packages/NimBLE-latest/nimble/host/include/host/
H A Dble_l2cap.h96 * Represents a L2CAP-related event.
102 * Indicates the type of L2CAP event that occurred. This is one of the
108 * A discriminated union containing additional details concerning the L2CAP
128 /** The L2CAP channel of the relevant L2CAP connection. */
141 /** Information about the L2CAP connection prior to termination. */
157 /** The L2CAP channel of the relevant L2CAP connection. */
170 /** The L2CAP channel of the relevant L2CAP connection. */
H A Dble_hs.h63 * component (eg L2CAP or Security Manager) it is shifted by base allowing to
111 /** Error base for L2CAP errors */
114 /** Converts error to L2CAP base */
H A Dble_hs_mbuf.h41 * - L2CAP B-frame header
H A Dble_gap.h468 * o L2CAP Connection Parameter Update Procedure
647 * Represents a change in an L2CAP channel's MTU.
/nrf52832-nimble/packages/NimBLE-latest/apps/btshell/src/
H A Dcmd_l2cap.c32 * $l2cap-update *
83 console_printf("error txing l2cap update; rc=%d\n", rc); in cmd_l2cap_update()
91 * $l2cap-create-server *
140 * $l2cap-connect *
171 * $l2cap-disconnect *
202 * $l2cap-send *
H A Dcmd.c3416 * $l2cap-update *
3429 .summary = "update l2cap parameters for connection",
3435 * $l2cap-create-server *
3449 .summary = "create l2cap server",
3455 * $l2cap-connect *
3465 .summary = "perform l2cap connect procedure",
3471 * $l2cap-disconnect *
3481 .summary = "perform l2cap disconnect procedure",
3487 * $l2cap-send *
3498 .summary = "perform l2cap send procedure",
[all …]
H A Dbtshell.c1222 console_printf("l2cap update complete; conn_handle=%d status=%d\n", in btshell_on_l2cap_update()
1254 * NOTE: first byte gets 0xff so not confused with l2cap channel. in btshell_tx_timer_cb()
2014 console_printf("BLE L2CAP LE COC not supported."); in btshell_l2cap_create_srv()
2028 console_printf("BLE L2CAP LE COC not supported."); in btshell_l2cap_connect()
2047 console_printf("BLE L2CAP LE COC not supported."); in btshell_l2cap_disconnect()
2082 console_printf("BLE L2CAP LE COC not supported."); in btshell_l2cap_send()
/nrf52832-nimble/packages/NimBLE-latest/docs/
H A Dindex.rst84 - **Logical Link Control and Adaptation Protocol (L2CAP)**: provides
85 logical channels, named L2CAP channels, which are multiplexed over
99 Physical Layer, Link Layer, L2CAP, Security Manager, Attribute
/nrf52832-nimble/packages/NimBLE-latest/nimble/host/
H A Dsyscfg.yml85 # L2CAP settings.
88 The number of L2CAP channels to allocate. The default value allows
93 The maximum number of concurrent L2CAP signal procedures.
97 Whether to collapse incoming L2CAP fragments into a minimal set of
/nrf52832-nimble/packages/NimBLE-latest/
H A D.rat-excludes13 pts-l2cap.txt
/nrf52832-nimble/rt-thread/components/net/lwip-2.1.0/src/netif/
H A Dlowpan6_ble.c54 * - set the link output function, which transmits output data to an established L2CAP channel
221 * *) Fragmentation not necessary (done at L2CAP layer of BLE)
338 * Process a received raw payload from an L2CAP channel
/nrf52832-nimble/packages/NimBLE-latest/nimble/host/test/src/
H A Dble_gap_test.c1962 /* Receive l2cap connection parameter update response. */ in ble_gap_test_util_update_l2cap()
2094 /* Receive l2cap connection parameter update response. */ in ble_gap_test_util_update_l2cap_tmo()
2497 /* Accepted L2CAP. */ in TEST_CASE()
2501 /* Rejected L2CAP. */ in TEST_CASE()
2890 /* No L2CAP. */ in TEST_CASE()
2893 /* L2CAP - Local unsupported; L2CAP timeout. */ in TEST_CASE()
2896 /* L2CAP - Local unsupported; LL timeout. */ in TEST_CASE()
2899 /* L2CAP - Remote unsupported; L2CAP timeout. */ in TEST_CASE()
2903 /* L2CAP - Remote unsupported; LL timeout. */ in TEST_CASE()
H A Dble_l2cap_test.c543 /* Only the slave can initiate the L2CAP connection update procedure. */ in ble_l2cap_test_util_we_update()
621 /* Only the slave can initiate the L2CAP connection update procedure. */ in TEST_CASE()
650 /* Test enum but first four events matches to events which L2CAP sends to
1130 /* In this test case, L2CAP channel is created and once application rejects in TEST_CASE()
H A Dble_hs_test_util.c589 * 0xFF is magic value used for cases where we expect update over L2CAP to in ble_hs_test_util_conn_update()
1442 * @return The L2CAP sig identifier in the request/response.
1507 * @return The L2CAP sig identifier in the request.
/nrf52832-nimble/packages/NimBLE-latest/docs/btshell/
H A Dbtshell_GAP.rst272 | **l2cap-update** | | | Update c…
572 L2CAP Connection Oriented Channels
578 | **l2cap-create-server** | | | Create L2CAP server …
582 | **l2cap-connect** | | | Connect to remote L2CA…
588 | **l2cap-disconnect** | | | Disconnec from L2CAP s…
592 | | idx | [UINT16] | L2CAP connection orien…
594 | **l2cap-send** | | | Send data over connect…
598 | | idx | [UINT16] | L2CAP connection orien…
602 | **l2cap-show-coc** | | | Show connected L2CAP c…
/nrf52832-nimble/packages/NimBLE-latest/docs/ble_hs/
H A Dble_hs_return_codes.rst27 | L2CAP | An L2CAP signaling procedure has failed and an L2CAP Command Reject w…
43 | L2CAP | Signalling MTU exceeded. |
59 | BLE\_HS\_L2C\_ERR() | L2CAP | 0x300 |
356 Return codes - L2CAP
362 …E\_L2CAP\_SIG\_ERR\_CMD\_NOT\_UNDERSTOOD | Invalid or unsupported incoming L2CAP sig command. |

12