Home
last modified time | relevance | path

Searched refs:bt_hci_err_to_str (Results 1 – 25 of 67) sorted by relevance

123

/Zephyr-latest/tests/bluetooth/hci/src/
Dmain.c20 zassert_mem_equal(bt_hci_err_to_str(BT_HCI_ERR_CONN_TIMEOUT), in ZTEST()
22 zassert_mem_equal(bt_hci_err_to_str(BT_HCI_ERR_REMOTE_USER_TERM_CONN), in ZTEST()
25 zassert_mem_equal(bt_hci_err_to_str(BT_HCI_ERR_TOO_EARLY), in ZTEST()
29 zassert_mem_equal(bt_hci_err_to_str(0x2b), in ZTEST()
31 zassert_mem_equal(bt_hci_err_to_str(0xFF), in ZTEST()
35 zassert_not_null(bt_hci_err_to_str(i), ": %d", i); in ZTEST()
/Zephyr-latest/include/zephyr/bluetooth/
Dhci.h38 const char *bt_hci_err_to_str(uint8_t hci_err);
40 static inline const char *bt_hci_err_to_str(uint8_t hci_err)
/Zephyr-latest/samples/subsys/mgmt/mcumgr/smp_svr/src/
Dbluetooth.c45 LOG_ERR("Connection failed, err 0x%02x %s", err, bt_hci_err_to_str(err)); in connected()
54 LOG_INF("Disconnected, reason 0x%02x %s", reason, bt_hci_err_to_str(reason)); in disconnected()
/Zephyr-latest/samples/bluetooth/peripheral_dis/src/
Dmain.c36 printk("Connection failed, err 0x%02x %s\n", err, bt_hci_err_to_str(err)); in connected()
44 printk("Disconnected, reason 0x%02x %s\n", reason, bt_hci_err_to_str(reason)); in disconnected()
/Zephyr-latest/samples/bluetooth/peripheral_ht/src/
Dmain.c41 printk("Connection failed, err 0x%02x %s\n", err, bt_hci_err_to_str(err)); in connected()
49 printk("Disconnected, reason 0x%02x %s\n", reason, bt_hci_err_to_str(reason)); in disconnected()
/Zephyr-latest/samples/subsys/logging/ble_backend/src/
Dmain.c41 LOG_ERR("Connection failed, err 0x%02x %s", err, bt_hci_err_to_str(err)); in connected()
49 LOG_INF("Disconnected, reason 0x%02x %s", reason, bt_hci_err_to_str(reason)); in disconnected()
/Zephyr-latest/samples/bluetooth/direction_finding_peripheral/src/
Dmain.c79 printk("Connection failed err 0x%02x %s\n", err, bt_hci_err_to_str(err)); in connected()
89 printk("Disconnected, reason 0x%02x %s\n", reason, bt_hci_err_to_str(reason)); in disconnected()
/Zephyr-latest/samples/bluetooth/central/src/
Dmain.c83 printk("Failed to connect to %s %u %s\n", addr, err, bt_hci_err_to_str(err)); in connected()
111 printk("Disconnected: %s, reason 0x%02x %s\n", addr, reason, bt_hci_err_to_str(reason)); in disconnected()
/Zephyr-latest/samples/bluetooth/peripheral_hids/src/
Dmain.c46 err, bt_hci_err_to_str(err)); in connected()
64 reason, bt_hci_err_to_str(reason)); in disconnected()
/Zephyr-latest/samples/bluetooth/peripheral_sc_only/src/
Dmain.c38 printk("Failed to connect to %s %u %s\n", addr, err, bt_hci_err_to_str(err)); in connected()
56 reason, bt_hci_err_to_str(reason)); in disconnected()
/Zephyr-latest/samples/bluetooth/direct_adv/src/
Dmain.c85 printk("Connection failed err 0x%02x %s\n", err, bt_hci_err_to_str(err)); in connected()
93 printk("Disconnected, reason 0x%02x %s\n", reason, bt_hci_err_to_str(reason)); in disconnected()
/Zephyr-latest/samples/bluetooth/iso_peripheral/src/
Dmain.c36 printk("Failed to connect to %s %u %s\n", addr, err, bt_hci_err_to_str(err)); in connected()
50 reason, bt_hci_err_to_str(reason)); in disconnected()
/Zephyr-latest/samples/bluetooth/peripheral_accept_list/src/
Dmain.c85 printk("Connection failed, err 0x%02x %s\n", err, bt_hci_err_to_str(err)); in connected()
93 printk("Disconnected, reason 0x%02x %s\n", reason, bt_hci_err_to_str(reason)); in disconnected()
/Zephyr-latest/samples/bluetooth/iso_central/src/
Dmain.c185 printk("Failed to connect to %s %u %s\n", addr, err, bt_hci_err_to_str(err)); in connected()
221 printk("Disconnected: %s, reason 0x%02x %s\n", addr, reason, bt_hci_err_to_str(reason)); in disconnected()
/Zephyr-latest/samples/bluetooth/mtu_update/central/src/
Dcentral_mtu_update.c197 printk("Failed to connect to %s %u %s\n", addr, err, bt_hci_err_to_str(err)); in connected()
236 printk("Disconnected: %s, reason 0x%02x %s\n", addr, reason, bt_hci_err_to_str(reason)); in disconnected()
/Zephyr-latest/samples/bluetooth/peripheral_hr/src/
Dmain.c49 printk("Connection failed, err 0x%02x %s\n", err, bt_hci_err_to_str(err)); in connected()
59 printk("Disconnected, reason 0x%02x %s\n", reason, bt_hci_err_to_str(reason)); in disconnected()
/Zephyr-latest/subsys/bluetooth/host/
Decc.c242 LOG_DBG("status: 0x%02x %s", evt->status, bt_hci_err_to_str(evt->status)); in bt_hci_evt_le_pkey_complete()
264 LOG_DBG("status: 0x%02x %s", evt->status, bt_hci_err_to_str(evt->status)); in bt_hci_evt_le_dhkey_complete()
/Zephyr-latest/samples/bluetooth/tmap_central/src/
Dmain.c92 printk("Failed to connect to %s %u %s\n", addr, err, bt_hci_err_to_str(err)); in connected()
119 printk("Disconnected: %s, reason 0x%02x %s\n", addr, reason, bt_hci_err_to_str(reason)); in disconnected()
Dvcp_vol_ctlr.c89 printk("Connection failed, err %d %s\n", err, bt_hci_err_to_str(err)); in connected()
/Zephyr-latest/samples/bluetooth/tmap_peripheral/src/
Dmain.c109 printk("Failed to connect to %s %u %s\n", addr, err, bt_hci_err_to_str(err)); in connected()
130 printk("Disconnected: %s, reason 0x%02x %s\n", addr, reason, bt_hci_err_to_str(reason)); in disconnected()
/Zephyr-latest/samples/bluetooth/periodic_sync_rsp/src/
Dmain.c179 printk("Connected, err 0x%02X %s\n", err, bt_hci_err_to_str(err)); in connected()
195 printk("Disconnected, reason 0x%02X %s\n", reason, bt_hci_err_to_str(reason)); in disconnected()
/Zephyr-latest/samples/bluetooth/hci_pwr_ctrl/src/
Dmain.c153 printk("Connection failed, err 0x%02x %s\n", err, bt_hci_err_to_str(err)); in connected()
184 printk("Disconnected, reason 0x%02x %s\n", reason, bt_hci_err_to_str(reason)); in disconnected()
/Zephyr-latest/samples/bluetooth/encrypted_advertising/peripheral/src/
Dperipheral_ead.c191 LOG_ERR("Failed to connect to %s %u %s", addr, err, bt_hci_err_to_str(err)); in connected()
206 LOG_DBG("Disconnected from %s, reason 0x%02x %s", addr, reason, bt_hci_err_to_str(reason)); in disconnected()
/Zephyr-latest/samples/bluetooth/central_past/src/
Dmain.c149 printk("Failed to connect to %s %u %s\n", addr, err, bt_hci_err_to_str(err)); in connected()
184 printk("Disconnected: %s, reason 0x%02x %s\n", addr, reason, bt_hci_err_to_str(reason)); in disconnected()
/Zephyr-latest/samples/bluetooth/peripheral_identity/src/
Dperipheral_identity.c83 printk("Connection failed, err 0x%02x %s\n", err, bt_hci_err_to_str(err)); in connected()
103 printk("Disconnected %s, reason %s(0x%02x)\n", addr, bt_hci_err_to_str(reason), reason); in disconnected()

123