Home
last modified time | relevance | path

Searched full:acl (Results 1 – 25 of 239) sorted by relevance

12345678910

/Zephyr-latest/boards/shields/pmod_acl/doc/
Dindex.rst3 Digilent Pmod ACL
9 The Digilent Pmod ACL is a 3-axis digital accelerometer module powered by the
33 - `Pmod ACL product page`_
34 - `Pmod ACL reference manual`_
35 - `Pmod ACL schematic`_
39 .. _Pmod ACL product page:
40 https://digilent.com/shop/pmod-acl-3-axis-accelerometer/
42 .. _Pmod ACL reference manual:
45 .. _Pmod ACL schematic:
/Zephyr-latest/subsys/bluetooth/common/
DKconfig10 int "Maximum supported ACL size for outgoing data"
15 Maximum supported ACL size of data packets sent from the Host to the
16 Controller. This value does not include the HCI ACL header.
21 In a Host-only build the Host will read the maximum ACL size supported
25 The Host supports sending of larger L2CAP PDUs than the ACL size and
26 will fragment L2CAP PDUs into ACL data packets.
35 int "Number of outgoing ACL data buffers"
41 Number of outgoing ACL data buffers sent from the Host to the
52 int "Maximum supported ACL size for incoming data"
62 Maximum support ACL size of data packets sent from the Controller to
[all …]
/Zephyr-latest/dts/bindings/arm/
Dnordic,nrf-acl.yaml4 description: Nordic nRF family ACL (Access Control List)
6 compatible: "nordic,nrf-acl"
/Zephyr-latest/include/zephyr/bluetooth/
Dbuf.h37 /** Outgoing ACL data */
39 /** Incoming ACL data */
60 /** Helper to calculate needed buffer size for HCI ACL packets */
74 /** Data size needed for HCI ACL RX buffers */
92 /* The host needs more ACL buffers than maximum ACL links. This is because of
93 * the way we re-assemble ACL packets into L2CAP PDUs.
114 "Maximum number of ACL RX buffer is 65535, reduce CONFIG_BT_BUF_ACL_RX_COUNT_EXTRA");
116 /** Data size needed for HCI ACL, HCI ISO or Event RX buffers */
120 /** Buffer count needed for HCI ACL, HCI ISO or Event RX buffers */
/Zephyr-latest/subsys/bluetooth/controller/ll_sw/
Dull_peripheral_iso_internal.h12 uint8_t ull_peripheral_iso_acquire(struct ll_conn *acl,
19 void ull_peripheral_iso_update_peer_sca(struct ll_conn *acl);
Dull_peripheral_iso.c72 /* ACL connection found */ in ll_cis_get_acl_awaiting_reply()
172 uint8_t ull_peripheral_iso_acquire(struct ll_conn *acl, in ull_peripheral_iso_acquire() argument
199 cig->lll.role = acl->lll.role; in ull_peripheral_iso_acquire()
211 lll_clock_ppm_get(acl->periph.sca)) * in ull_peripheral_iso_acquire()
261 cis->lll.acl_handle = acl->lll.handle; in ull_peripheral_iso_acquire()
389 void ull_peripheral_iso_update_peer_sca(struct ll_conn *acl) in ull_peripheral_iso_update_peer_sca() argument
393 /* Find CIG associated with ACL conn */ in ull_peripheral_iso_update_peer_sca()
395 /* Go through all ACL affiliated CIGs and update peer SCA */ in ull_peripheral_iso_update_peer_sca()
413 if (cis->lll.acl_handle == acl->lll.handle) { in ull_peripheral_iso_update_peer_sca()
414 cig->sca_update = acl->periph.sca + 1; in ull_peripheral_iso_update_peer_sca()
/Zephyr-latest/subsys/bluetooth/host/classic/
Dsco.c216 static int sco_accept(struct bt_conn *acl, struct bt_conn *sco) in sco_accept() argument
229 accept_info.acl = acl; in sco_accept()
256 err = sco_accept(sco_conn->sco.acl, sco_conn); in accept_sco_conn()
298 sec_err = sco_server_check_security(sco_conn->sco.acl); in bt_esco_conn_req()
325 if (sco->sco.acl) { in bt_sco_cleanup_acl()
326 bt_conn_unref(sco->sco.acl); in bt_sco_cleanup_acl()
327 sco->sco.acl = NULL; in bt_sco_cleanup_acl()
346 LOG_DBG("handle : %x", sco_conn->sco.acl->handle); in sco_setup_sync_conn()
348 cp->handle = sco_conn->sco.acl->handle; in sco_setup_sync_conn()
/Zephyr-latest/tests/bluetooth/buf/src/
Dmain.c51 zassert_not_null(buf, "Failed to get ACL buffer"); in ZTEST()
58 zassert_equal(err, 0, "Timeout while waiting for ACL buffer to be freed"); in ZTEST()
59 zassert_equal(BT_BUF_ACL_IN, BT_BUF_ACL_IN & freed_buf_type, "ACL buffer wasn't freed"); in ZTEST()
/Zephyr-latest/subsys/net/lib/lwm2m/
Dlwm2m_obj_access_control.c74 int16_t acl[MAX_SERVER_COUNT + 1]; member
92 * + ACCESS_CONTROL_MAX_ID - 1 (not counting the acl instance)
93 * + MAX_SERVER_COUNT + 1 (one acl for every server plus default)
205 ac_data[idx].acl[i] = 0; in access_control_remove()
234 access_rights |= ac_data[idx].acl[i]; in check_acl_table()
237 default_rights |= ac_data[idx].acl[i]; in check_acl_table()
245 /* Full access if server is the ac_owner and no acl is specified for that server */ in check_acl_table()
343 /* validates and removes acl instances for non-existing servers */ in write_validate_cb()
413 true, false, ac_data[avail].acl, sizeof(ac_data[avail].acl[0]), NULL, NULL, in ac_create()
/Zephyr-latest/tests/bluetooth/controller/mock_ctrl/src/
Dull_peripheral_iso.c50 uint8_t ull_peripheral_iso_acquire(struct ll_conn *acl, in ull_peripheral_iso_acquire() argument
63 void ull_peripheral_iso_update_peer_sca(struct ll_conn *acl) in ull_peripheral_iso_update_peer_sca() argument
/Zephyr-latest/tests/bsim/bluetooth/host/misc/hfc_multilink/dut/src/
Ddut.c154 * when we have the smallest possible amount of ACL buffers. in entrypoint_dut()
158 * - `tester`: send ACL packets (parts of large L2CAP PDU) very slowly in entrypoint_dut()
164 * - [acl connected] in entrypoint_dut()
171 * - scan & connect ACL in entrypoint_dut()
172 * - [acl connected] in entrypoint_dut()
/Zephyr-latest/samples/bluetooth/central_hr/boards/
Dnrf5340bsim_nrf5340_cpuapp.conf1 # Set same the ACL RX buffer size as in hci_ipc on netcore so that
/Zephyr-latest/samples/bluetooth/peripheral_hr/boards/
Dnrf5340bsim_nrf5340_cpuapp.conf1 # Set same the ACL RX buffer size as in hci_ipc on netcore so that
/Zephyr-latest/tests/bsim/bluetooth/host/att/mtu_update/
Dprj_peripheral.conf5 # HCI ACL buffers size
Dprj_central.conf7 # HCI ACL buffers size
/Zephyr-latest/samples/bluetooth/mtu_update/peripheral/
Dprj.conf9 # HCI ACL buffers size
/Zephyr-latest/samples/bluetooth/mtu_update/central/
Dprj.conf11 # HCI ACL buffers size
/Zephyr-latest/boards/qorvo/decawave_dwm3001cdk/
Dpre_dt_board.cmake6 # - acl@4001e000 & flash-controller@4001e000
/Zephyr-latest/boards/ruuvi/ruuvitag/
Dpre_dt_board.cmake6 # - acl@4001e000 & flash-controller@4001e000
/Zephyr-latest/boards/seeed/xiao_ble/
Dpre_dt_board.cmake6 # - acl@4001e000 & flash-controller@4001e000
/Zephyr-latest/boards/u-blox/ubx_bmd340eval/
Dpre_dt_board.cmake6 # - acl@4001e000 & flash-controller@4001e000
/Zephyr-latest/boards/u-blox/ubx_bmd345eval/
Dpre_dt_board.cmake6 # - acl@4001e000 & flash-controller@4001e000
/Zephyr-latest/boards/u-blox/ubx_bmd360eval/
Dpre_dt_board.cmake6 # - acl@4001e000 & flash-controller@4001e000
/Zephyr-latest/boards/u-blox/ubx_bmd380eval/
Dpre_dt_board.cmake6 # - acl@4001e000 & flash-controller@4001e000
/Zephyr-latest/boards/u-blox/ubx_evkannab1/
Dpre_dt_board.cmake6 # - acl@4001e000 & flash-controller@4001e000

12345678910