Searched refs:hci_event (Results 1 - 5 of 5) sorted by relevance
/hardware/qcom/bt/msm8909/libbt-vendor/src/ |
H A D | hw_ar3k.c | 127 uint8_t *hci_event; local 138 hci_event = (uint8_t *)malloc(PS_EVENT_LEN); 139 if (!hci_event) 142 err = read_hci_event(dev, (unsigned char *)hci_event, PS_EVENT_LEN); 144 *event = hci_event; 146 free(hci_event);
|
/hardware/qcom/bt/msm8992/libbt-vendor/src/ |
H A D | hw_ar3k.c | 127 uint8_t *hci_event; local 138 hci_event = (uint8_t *)malloc(PS_EVENT_LEN); 139 if (!hci_event) 142 err = read_hci_event(dev, (unsigned char *)hci_event, PS_EVENT_LEN); 144 *event = hci_event; 146 free(hci_event);
|
/hardware/qcom/bt/msm8996/libbt-vendor/src/ |
H A D | hw_ar3k.c | 129 uint8_t *hci_event; local 140 hci_event = (uint8_t *)malloc(PS_EVENT_LEN); 141 if (!hci_event) 144 err = read_hci_event(dev, (unsigned char *)hci_event, PS_EVENT_LEN); 146 *event = hci_event; 148 free(hci_event);
|
/hardware/qcom/bt/msm8998/libbt-vendor/src/ |
H A D | hw_ar3k.c | 133 uint8_t *hci_event; local 144 hci_event = (uint8_t *)malloc(PS_EVENT_LEN); 145 if (!hci_event) 148 err = read_hci_event(dev, (unsigned char *)hci_event, PS_EVENT_LEN); 150 *event = hci_event; 152 free(hci_event);
|
/hardware/qcom/bt/sdm845/libbt-vendor/src/ |
H A D | hw_ar3k.c | 129 uint8_t *hci_event; local 140 hci_event = (uint8_t *)malloc(PS_EVENT_LEN); 141 if (!hci_event) 144 err = read_hci_event(dev, (unsigned char *)hci_event, PS_EVENT_LEN); 146 *event = hci_event; 148 free(hci_event);
|
Completed in 41 milliseconds