Home
last modified time | relevance | path

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

/hardware/qcom/bt/msm8960/libbt-vendor/src/
Duserial_vendor.c38 char transport_type[10] = {0,}; in bt_hci_set_transport() local
41 ret = property_get("ro.qualcomm.bt.hci_transport", transport_type, NULL); in bt_hci_set_transport()
45 printf("ro.qualcomm.bt.hci_transport: %s \n", transport_type); in bt_hci_set_transport()
47 if (!strcasecmp(transport_type, "smd")) in bt_hci_set_transport()