Lines Matching refs:p_cmd
470 static void btu_hcif_log_command_metrics(uint16_t opcode, uint8_t* p_cmd, in btu_hcif_log_command_metrics() argument
488 STREAM_TO_BDADDR(bd_addr, p_cmd); in btu_hcif_log_command_metrics()
496 STREAM_TO_UINT16(handle, p_cmd); in btu_hcif_log_command_metrics()
497 STREAM_TO_UINT8(reason, p_cmd); in btu_hcif_log_command_metrics()
505 STREAM_TO_UINT16(handle, p_cmd); in btu_hcif_log_command_metrics()
514 STREAM_TO_BDADDR(bd_addr, p_cmd); in btu_hcif_log_command_metrics()
523 STREAM_TO_BDADDR(bd_addr, p_cmd); in btu_hcif_log_command_metrics()
524 STREAM_TO_UINT8(reason, p_cmd); in btu_hcif_log_command_metrics()
534 p_cmd += 2; // Skip LE_Scan_Interval in btu_hcif_log_command_metrics()
535 p_cmd += 2; // Skip LE_Scan_Window; in btu_hcif_log_command_metrics()
537 STREAM_TO_UINT8(initiator_filter_policy, p_cmd); in btu_hcif_log_command_metrics()
539 STREAM_TO_UINT8(peer_address_type, p_cmd); in btu_hcif_log_command_metrics()
540 STREAM_TO_BDADDR(bd_addr, p_cmd); in btu_hcif_log_command_metrics()
572 STREAM_TO_UINT8(initiator_filter_policy, p_cmd); in btu_hcif_log_command_metrics()
573 p_cmd += 1; // Skip Own_Address_Type in btu_hcif_log_command_metrics()
575 STREAM_TO_UINT8(peer_addr_type, p_cmd); in btu_hcif_log_command_metrics()
576 STREAM_TO_BDADDR(bd_addr, p_cmd); in btu_hcif_log_command_metrics()
621 STREAM_TO_UINT8(peer_addr_type, p_cmd); in btu_hcif_log_command_metrics()
622 STREAM_TO_BDADDR(bd_addr, p_cmd); in btu_hcif_log_command_metrics()
650 STREAM_TO_UINT8(simple_pairing_mode, p_cmd); in btu_hcif_log_command_metrics()
658 STREAM_TO_UINT8(secure_conn_host_support, p_cmd); in btu_hcif_log_command_metrics()
665 STREAM_TO_UINT16(handle, p_cmd); in btu_hcif_log_command_metrics()
670 STREAM_TO_UINT16(handle, p_cmd); in btu_hcif_log_command_metrics()
672 STREAM_TO_UINT8(encryption_enable, p_cmd); in btu_hcif_log_command_metrics()
679 STREAM_TO_BDADDR(bd_addr, p_cmd); in btu_hcif_log_command_metrics()
680 STREAM_TO_UINT8(delete_all_flag, p_cmd); in btu_hcif_log_command_metrics()
696 STREAM_TO_BDADDR(bd_addr, p_cmd); in btu_hcif_log_command_metrics()
701 STREAM_TO_BDADDR(bd_addr, p_cmd); in btu_hcif_log_command_metrics()
702 STREAM_TO_UINT8(reason, p_cmd); in btu_hcif_log_command_metrics()
1494 uint8_t* p_cmd, in btu_hcif_hdl_command_status() argument
1496 CHECK_NE(p_cmd, nullptr) << "Null command for opcode 0x" << loghex(opcode); in btu_hcif_hdl_command_status()
1497 p_cmd++; // Skip parameter total length in btu_hcif_hdl_command_status()
1519 STREAM_TO_BDADDR(bd_addr, p_cmd); in btu_hcif_hdl_command_status()
1527 STREAM_TO_BDADDR(bd_addr, p_cmd); in btu_hcif_hdl_command_status()
1555 STREAM_TO_UINT16(handle, p_cmd); in btu_hcif_hdl_command_status()
1562 STREAM_TO_UINT16(handle, p_cmd); in btu_hcif_hdl_command_status()
1593 STREAM_TO_UINT16(handle, p_cmd); in btu_hcif_hdl_command_status()