Searched refs:BT_HCI_OP_USER_CONFIRM_REPLY (Results 1 – 2 of 2) sorted by relevance
184 buf = bt_hci_cmd_create(BT_HCI_OP_USER_CONFIRM_REPLY, sizeof(*cp)); in ssp_confirm_reply()192 return bt_hci_cmd_send_sync(BT_HCI_OP_USER_CONFIRM_REPLY, buf, NULL); in ssp_confirm_reply()
526 #define BT_HCI_OP_USER_CONFIRM_REPLY BT_OP(BT_OGF_LINK_CTRL, 0x002c) /* 0x042c */ macro