Searched refs:pkt_type (Results 1 – 5 of 5) sorted by relevance
/hardware/qcom/bt/msm8909/libbt-vendor/src/ |
D | hw_ar3k.c | 128 uint8_t pkt_type = HCI_COMMAND_PKT; in send_hci_cmd_sync() local 133 if (write(dev, &pkt_type, 1) != 1) in send_hci_cmd_sync()
|
/hardware/qcom/bt/msm8996/libbt-vendor/src/ |
D | hw_ar3k.c | 132 uint8_t pkt_type = HCI_COMMAND_PKT; in send_hci_cmd_sync() local 137 if (write(dev, &pkt_type, 1) != 1) in send_hci_cmd_sync()
|
/hardware/qcom/bt/msm8992/libbt-vendor/src/ |
D | hw_ar3k.c | 128 uint8_t pkt_type = HCI_COMMAND_PKT; in send_hci_cmd_sync() local 133 if (write(dev, &pkt_type, 1) != 1) in send_hci_cmd_sync()
|
/hardware/qcom/bt/msm8998/libbt-vendor/src/ |
D | hw_ar3k.c | 134 uint8_t pkt_type = HCI_COMMAND_PKT; in send_hci_cmd_sync() local 139 if (write(dev, &pkt_type, 1) != 1) in send_hci_cmd_sync()
|
/hardware/qcom/bt/msm8909w_3100/libbt-vendor/src/ |
D | hw_ar3k.c | 130 uint8_t pkt_type = HCI_COMMAND_PKT; in send_hci_cmd_sync() local 135 if (write(dev, &pkt_type, 1) != 1) in send_hci_cmd_sync()
|