Home
last modified time | relevance | path

Searched refs:BT_HCI_OP_SETUP_SYNC_CONN (Results 1 – 2 of 2) sorted by relevance

/Zephyr-latest/subsys/bluetooth/host/classic/
Dsco.c337 buf = bt_hci_cmd_create(BT_HCI_OP_SETUP_SYNC_CONN, sizeof(*cp)); in sco_setup_sync_conn()
356 err = bt_hci_cmd_send_sync(BT_HCI_OP_SETUP_SYNC_CONN, buf, NULL); in sco_setup_sync_conn()
/Zephyr-latest/include/zephyr/bluetooth/
Dhci_types.h415 #define BT_HCI_OP_SETUP_SYNC_CONN BT_OP(BT_OGF_LINK_CTRL, 0x0028) /* 0x0428 */ macro