Searched refs:write_cmd (Results 1 – 4 of 4) sorted by relevance
/hardware/qcom/bt/msm8996/libbt-vendor/src/ |
D | hw_ar3k.c | 293 static int write_cmd(int fd, uint8_t *buffer, int len) in write_cmd() function 324 if (write_cmd(fd, cmd, HCI_PS_CMD_HDR_LEN) < 0) in write_ps_cmd() 335 if (write_cmd(fd, cmd, PS_RESET_CMD_LEN) < 0) in write_ps_cmd() 347 if (write_cmd(fd, cmd, ps_list[i].len + in write_ps_cmd() 955 if (write_cmd(fd, cmd, patch.len + HCI_PS_CMD_HDR_LEN) < 0) in ps_patch_download()
|
/hardware/qcom/bt/msm8992/libbt-vendor/src/ |
D | hw_ar3k.c | 291 static int write_cmd(int fd, uint8_t *buffer, int len) in write_cmd() function 322 if (write_cmd(fd, cmd, HCI_PS_CMD_HDR_LEN) < 0) in write_ps_cmd() 333 if (write_cmd(fd, cmd, PS_RESET_CMD_LEN) < 0) in write_ps_cmd() 345 if (write_cmd(fd, cmd, ps_list[i].len + in write_ps_cmd() 951 if (write_cmd(fd, cmd, patch.len + HCI_PS_CMD_HDR_LEN) < 0) in ps_patch_download()
|
/hardware/qcom/bt/msm8909/libbt-vendor/src/ |
D | hw_ar3k.c | 291 static int write_cmd(int fd, uint8_t *buffer, int len) in write_cmd() function 322 if (write_cmd(fd, cmd, HCI_PS_CMD_HDR_LEN) < 0) in write_ps_cmd() 333 if (write_cmd(fd, cmd, PS_RESET_CMD_LEN) < 0) in write_ps_cmd() 345 if (write_cmd(fd, cmd, ps_list[i].len + in write_ps_cmd() 951 if (write_cmd(fd, cmd, patch.len + HCI_PS_CMD_HDR_LEN) < 0) in ps_patch_download()
|
/hardware/qcom/bt/msm8998/libbt-vendor/src/ |
D | hw_ar3k.c | 294 static int write_cmd(int fd, uint8_t *buffer, int len) in write_cmd() function 325 if (write_cmd(fd, cmd, HCI_PS_CMD_HDR_LEN) < 0) in write_ps_cmd() 336 if (write_cmd(fd, cmd, PS_RESET_CMD_LEN) < 0) in write_ps_cmd() 348 if (write_cmd(fd, cmd, ps_list[i].len + in write_ps_cmd() 956 if (write_cmd(fd, cmd, patch.len + HCI_PS_CMD_HDR_LEN) < 0) in ps_patch_download()
|