Home
last modified time | relevance | path

Searched refs:filter_ctrl (Results 1 – 2 of 2) sorted by relevance

/hardware/qcom/bt/msm8998/libbt-vendor/src/
Dbt_vendor_qcom.c283 int retval, filter_ctrl, i; in stop_hci_filter() local
294 filter_ctrl = connect_to_local_socket("wcnssfilter_ctrl"); in stop_hci_filter()
295 if (filter_ctrl < 0) { in stop_hci_filter()
297 __func__, filter_ctrl); in stop_hci_filter()
300 retval = write(filter_ctrl, &stop_val, 1); in stop_hci_filter()
306 close(filter_ctrl); in stop_hci_filter()
/hardware/qcom/bt/msm8909w_3100/libbt-vendor/src/
Dbt_vendor_qcom.c279 int retval, filter_ctrl, i; in stop_hci_filter() local
291 filter_ctrl = connect_to_local_socket("wcnssfilter_ctrl"); in stop_hci_filter()
292 if (filter_ctrl < 0) { in stop_hci_filter()
294 __func__, filter_ctrl); in stop_hci_filter()
297 retval = write(filter_ctrl, &stop_val, 1); in stop_hci_filter()
303 close(filter_ctrl); in stop_hci_filter()