Home
last modified time | relevance | path

Searched refs:hci_event (Results 1 – 5 of 5) sorted by relevance

/hardware/qcom/bt/msm8909/libbt-vendor/src/
Dhw_ar3k.c127 uint8_t *hci_event; in send_hci_cmd_sync() local
138 hci_event = (uint8_t *)malloc(PS_EVENT_LEN); in send_hci_cmd_sync()
139 if (!hci_event) in send_hci_cmd_sync()
142 err = read_hci_event(dev, (unsigned char *)hci_event, PS_EVENT_LEN); in send_hci_cmd_sync()
144 *event = hci_event; in send_hci_cmd_sync()
146 free(hci_event); in send_hci_cmd_sync()
/hardware/qcom/bt/msm8996/libbt-vendor/src/
Dhw_ar3k.c131 uint8_t *hci_event; in send_hci_cmd_sync() local
142 hci_event = (uint8_t *)malloc(PS_EVENT_LEN); in send_hci_cmd_sync()
143 if (!hci_event) in send_hci_cmd_sync()
146 err = read_hci_event(dev, (unsigned char *)hci_event, PS_EVENT_LEN); in send_hci_cmd_sync()
148 *event = hci_event; in send_hci_cmd_sync()
150 free(hci_event); in send_hci_cmd_sync()
/hardware/qcom/bt/msm8992/libbt-vendor/src/
Dhw_ar3k.c127 uint8_t *hci_event; in send_hci_cmd_sync() local
138 hci_event = (uint8_t *)malloc(PS_EVENT_LEN); in send_hci_cmd_sync()
139 if (!hci_event) in send_hci_cmd_sync()
142 err = read_hci_event(dev, (unsigned char *)hci_event, PS_EVENT_LEN); in send_hci_cmd_sync()
144 *event = hci_event; in send_hci_cmd_sync()
146 free(hci_event); in send_hci_cmd_sync()
/hardware/qcom/bt/msm8998/libbt-vendor/src/
Dhw_ar3k.c133 uint8_t *hci_event; in send_hci_cmd_sync() local
144 hci_event = (uint8_t *)malloc(PS_EVENT_LEN); in send_hci_cmd_sync()
145 if (!hci_event) in send_hci_cmd_sync()
148 err = read_hci_event(dev, (unsigned char *)hci_event, PS_EVENT_LEN); in send_hci_cmd_sync()
150 *event = hci_event; in send_hci_cmd_sync()
152 free(hci_event); in send_hci_cmd_sync()
/hardware/qcom/bt/msm8909w_3100/libbt-vendor/src/
Dhw_ar3k.c129 uint8_t *hci_event; in send_hci_cmd_sync() local
140 hci_event = (uint8_t *)malloc(PS_EVENT_LEN); in send_hci_cmd_sync()
141 if (!hci_event) in send_hci_cmd_sync()
144 err = read_hci_event(dev, (unsigned char *)hci_event, PS_EVENT_LEN); in send_hci_cmd_sync()
146 *event = hci_event; in send_hci_cmd_sync()
148 free(hci_event); in send_hci_cmd_sync()