/Zephyr-latest/samples/bluetooth/hci_ipc/ |
D | README.rst | 31 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/ |
D | conn_expects.h | 15 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/ |
D | connect.c | 44 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/ |
D | cap_acceptor.h | 41 int init_cap_acceptor_unicast(struct peer_config *peer);
|
/Zephyr-latest/tests/bluetooth/common/testlib/include/testlib/ |
D | conn.h | 43 int bt_testlib_connect(const bt_addr_le_t *peer, struct bt_conn **connp);
|
/Zephyr-latest/tests/bsim/bluetooth/host/privacy/legacy/src/ |
D | bs_bt_utils.h | 52 void backchannel_init(uint peer);
|
/Zephyr-latest/subsys/net/l2/ppp/ |
D | Kconfig | 64 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/ |
D | run.sh | 16 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/ |
D | dut.c | 37 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/ |
D | run.sh | 21 -testid=peer -argstest log_level ${zephyr_log_level}
|
/Zephyr-latest/tests/bsim/bluetooth/host/l2cap/ecred/test_scripts/ |
D | run.sh | 22 Execute "${peer_exe}" -v=${verbosity_level} -s=${simulation_id} -d=1 -rs=69 -testid=peer
|
/Zephyr-latest/subsys/bluetooth/host/ |
D | gatt.c | 62 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 …]
|
D | conn.c | 2304 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/ |
D | run.sh | 26 -d=1 -rs=69 -testid=peer
|
/Zephyr-latest/tests/bsim/bluetooth/host/misc/sample_test/test_scripts/ |
D | run.sh | 67 Execute "${test_exe}" -v=${verbosity_level} -s=${simulation_id} -d=1 -rs=69 -testid=peer \
|
/Zephyr-latest/tests/bsim/bluetooth/host/scan/slow/src/ |
D | peer.c | 16 LOG_MODULE_REGISTER(peer, LOG_LEVEL_DBG);
|
/Zephyr-latest/tests/bsim/bluetooth/host/l2cap/reassembly/peer/ |
D | CMakeLists.txt | 13 src/peer.c
|
/Zephyr-latest/tests/bsim/bluetooth/host/misc/acl_tx_frag/test_scripts/ |
D | run.sh | 24 Execute "${test_exe}" -v=${verbosity_level} -s=${simulation_id} -d=1 -rs=69 -testid=peer \
|
/Zephyr-latest/tests/bsim/bluetooth/host/l2cap/ecred/peer/ |
D | CMakeLists.txt | 22 src/peer.c
|
/Zephyr-latest/tests/bsim/bluetooth/host/misc/acl_tx_frag/ |
D | CMakeLists.txt | 23 src/peer.c
|
/Zephyr-latest/samples/bluetooth/iso_central/ |
D | README.rst | 5 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/ |
D | bs_bt_utils.h | 68 void backchannel_init(uint peer);
|
/Zephyr-latest/samples/drivers/ipm/ipm_ivshmem/ |
D | README.rst | 91 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/ |
D | README.rst | 15 peer.
|
/Zephyr-latest/subsys/bluetooth/host/classic/ |
D | sco_internal.h | 70 struct bt_conn *bt_conn_create_sco(const bt_addr_t *peer, struct bt_sco_chan *chan);
|