Lines Matching refs:opcode
91 static int nxp_bt_send_vs_command(uint16_t opcode, const uint8_t *params, uint8_t params_len) in nxp_bt_send_vs_command() argument
107 return bt_hci_cmd_send_sync(opcode, buf, NULL); in nxp_bt_send_vs_command()
117 uint16_t opcode = BT_OP(BT_OGF_VS, HCI_CMD_SET_BT_SLEEP_MODE_OCF); in nxp_bt_enable_controller_autosleep() local
125 return nxp_bt_send_vs_command(opcode, params, HCI_CMD_SET_BT_SLEEP_MODE_PARAM_LENGTH); in nxp_bt_enable_controller_autosleep()
130 uint16_t opcode = BT_OP(BT_OGF_VS, HCI_CMD_BT_HOST_SLEEP_CONFIG_OCF); in nxp_bt_set_host_sleep_config() local
137 return nxp_bt_send_vs_command(opcode, params, HCI_CMD_BT_HOST_SLEEP_CONFIG_PARAM_LENGTH); in nxp_bt_set_host_sleep_config()
144 uint16_t opcode = BT_OP(BT_OGF_VS, HCI_CMD_STORE_BT_CAL_DATA_OCF); in bt_nxp_set_calibration_data() local
148 return nxp_bt_send_vs_command(opcode, hci_cal_data_params, in bt_nxp_set_calibration_data()
155 uint16_t opcode = BT_OP(BT_OGF_VS, HCI_CMD_STORE_BT_CAL_DATA_ANNEX100_OCF); in bt_nxp_set_calibration_data_annex100() local
161 return nxp_bt_send_vs_command(opcode, hci_cal_data_annex100_params, in bt_nxp_set_calibration_data_annex100()
177 uint16_t opcode = BT_OP(BT_OGF_VS, HCI_SET_MAC_ADDR_CMD); in bt_nxp_set_mac_address() local
208 return nxp_bt_send_vs_command(opcode, params, in bt_nxp_set_mac_address()