Home
last modified time | relevance | path

Searched refs:peer (Results 26 – 50 of 139) sorted by relevance

123456

/Zephyr-latest/samples/bluetooth/hci_ipc/
DREADME.rst31 HCI IPC peer.
37 compatible with the peer application. For example, :kconfig:option:`CONFIG_BT_MAX_CONN`
38 must be equal to the maximum number of connections supported by the peer application.
/Zephyr-latest/tests/bluetooth/host/id/mocks/
Dconn_expects.h15 void expect_single_call_bt_conn_lookup_state_le(uint8_t id, const bt_addr_le_t *peer,
/Zephyr-latest/tests/bluetooth/common/testlib/src/
Dconnect.c44 int bt_testlib_connect(const bt_addr_le_t *peer, struct bt_conn **connp) in bt_testlib_connect() argument
65 err = bt_conn_le_create(peer, BT_CONN_LE_CREATE_CONN, BT_LE_CONN_PARAM_DEFAULT, connp); in bt_testlib_connect()
/Zephyr-latest/samples/bluetooth/cap_acceptor/src/
Dcap_acceptor.h41 int init_cap_acceptor_unicast(struct peer_config *peer);
/Zephyr-latest/tests/bluetooth/common/testlib/include/testlib/
Dconn.h43 int bt_testlib_connect(const bt_addr_le_t *peer, struct bt_conn **connp);
/Zephyr-latest/tests/bsim/bluetooth/host/privacy/legacy/src/
Dbs_bt_utils.h52 void backchannel_init(uint peer);
/Zephyr-latest/subsys/net/l2/ppp/
DKconfig64 bool "Serve IP address to peer"
66 Enable support for serving IP address to PPP peer.
69 bool "Serve DNS addresses to peer"
71 Enable support for serving DNS addresses to PPP peer.
/Zephyr-latest/tests/bsim/bluetooth/host/misc/hfc/test_scripts/
Drun.sh16 Execute "${bsim_exe}" -v=${verbosity_level} -s=${simulation_id} -d=1 -testid=peer -rs=69
/Zephyr-latest/tests/bsim/bluetooth/host/l2cap/multilink_peripheral/src/
Ddut.c37 bt_addr_le_t peer; member
164 if (addr_in_use(&context->peer)) { in alloc_ctx()
181 if (bt_addr_le_eq(address, &context->peer)) { in get_ctx_from_address()
211 bt_addr_le_copy(&ctx->peer, central); in acl_connected()
/Zephyr-latest/tests/bsim/bluetooth/host/scan/slow/test_scripts/
Drun.sh21 -testid=peer -argstest log_level ${zephyr_log_level}
/Zephyr-latest/tests/bsim/bluetooth/host/l2cap/ecred/test_scripts/
Drun.sh22 Execute "${peer_exe}" -v=${verbosity_level} -s=${simulation_id} -d=1 -rs=69 -testid=peer
/Zephyr-latest/subsys/bluetooth/host/
Dgatt.c62 bt_addr_le_t peer; member
271 bt_addr_le_t peer; member
327 bt_addr_le_eq(&sc_cfg[i].peer, addr)) { in find_sc_cfg()
339 err = bt_settings_store_sc(cfg->id, &cfg->peer, &cfg->data, sizeof(cfg->data)); in sc_store()
345 LOG_DBG("stored SC for %s (0x%04x-0x%04x)", bt_addr_le_str(&cfg->peer), cfg->data.start, in sc_store()
367 err = bt_settings_delete_sc(cfg->id, &cfg->peer); in bt_gatt_clear_sc()
371 LOG_DBG("deleted SC for %s", bt_addr_le_str(&cfg->peer)); in bt_gatt_clear_sc()
401 LOG_DBG("peer %s", bt_addr_le_str(&cfg->peer)); in sc_reset()
433 static void sc_save(uint8_t id, bt_addr_le_t *peer, uint16_t start, uint16_t end) in sc_save() argument
438 LOG_DBG("peer %s start 0x%04x end 0x%04x", bt_addr_le_str(peer), start, end); in sc_save()
[all …]
Dconn.c2304 struct bt_conn *bt_conn_create_br(const bt_addr_t *peer, in bt_conn_create_br() argument
2311 conn = bt_conn_lookup_addr_br(peer); in bt_conn_create_br()
2323 conn = bt_conn_add_br(peer); in bt_conn_create_br()
2338 memcpy(&cp->bdaddr, peer, sizeof(cp->bdaddr)); in bt_conn_create_br()
2355 struct bt_conn *bt_conn_lookup_addr_sco(const bt_addr_t *peer) in bt_conn_lookup_addr_sco() argument
2371 if (!bt_addr_eq(peer, &conn->sco.acl->br.dst)) { in bt_conn_lookup_addr_sco()
2382 struct bt_conn *bt_conn_lookup_addr_br(const bt_addr_t *peer) in bt_conn_lookup_addr_br() argument
2398 if (!bt_addr_eq(peer, &conn->br.dst)) { in bt_conn_lookup_addr_br()
2409 struct bt_conn *bt_conn_add_sco(const bt_addr_t *peer, int link_type) in bt_conn_add_sco() argument
2417 sco_conn->sco.acl = bt_conn_lookup_addr_br(peer); in bt_conn_add_sco()
[all …]
/Zephyr-latest/tests/bsim/bluetooth/host/l2cap/reassembly/test_scripts/
Drun.sh26 -d=1 -rs=69 -testid=peer
/Zephyr-latest/tests/bsim/bluetooth/host/misc/sample_test/test_scripts/
Drun.sh67 Execute "${test_exe}" -v=${verbosity_level} -s=${simulation_id} -d=1 -rs=69 -testid=peer \
/Zephyr-latest/tests/bsim/bluetooth/host/scan/slow/src/
Dpeer.c16 LOG_MODULE_REGISTER(peer, LOG_LEVEL_DBG);
/Zephyr-latest/tests/bsim/bluetooth/host/l2cap/reassembly/peer/
DCMakeLists.txt13 src/peer.c
/Zephyr-latest/tests/bsim/bluetooth/host/misc/acl_tx_frag/test_scripts/
Drun.sh24 Execute "${test_exe}" -v=${verbosity_level} -s=${simulation_id} -d=1 -rs=69 -testid=peer \
/Zephyr-latest/tests/bsim/bluetooth/host/l2cap/ecred/peer/
DCMakeLists.txt22 src/peer.c
/Zephyr-latest/tests/bsim/bluetooth/host/misc/acl_tx_frag/
DCMakeLists.txt23 src/peer.c
/Zephyr-latest/samples/bluetooth/iso_central/
DREADME.rst5 Transfer isochronous data to a peer device using an isochronous channel as a central.
12 Once the isochronous channel is connected, isochronous data is transferred to the peer device every…
/Zephyr-latest/tests/bsim/bluetooth/host/privacy/central/src/
Dbs_bt_utils.h68 void backchannel_init(uint peer);
/Zephyr-latest/samples/drivers/ipm/ipm_ivshmem/
DREADME.rst91 followed by the destination peer-id, to get the peer-id destination
106 For example one of the instances has the peer-id 12, so go the other
108 by this peer-id:
/Zephyr-latest/tests/bsim/bluetooth/host/privacy/device/
DREADME.rst15 peer.
/Zephyr-latest/subsys/bluetooth/host/classic/
Dsco_internal.h70 struct bt_conn *bt_conn_create_sco(const bt_addr_t *peer, struct bt_sco_chan *chan);

123456