Searched refs:bt_hci_cmd_status_create (Results 1 – 3 of 3) sorted by relevance
52 struct net_buf *bt_hci_cmd_status_create(uint16_t op, uint8_t status) in bt_hci_cmd_status_create() function
269 struct net_buf *bt_hci_cmd_status_create(uint16_t op, uint8_t status);
317 return bt_hci_cmd_status_create(_opcode, status); in cmd_status()