/hardware/qcom/bt/msm8992/libbt-vendor/src/ |
D | hw_ar3k.c | 1157 int dd, err; in hci_open_dev() local 1160 dd = socket(AF_BLUETOOTH, SOCK_RAW, BTPROTO_HCI); in hci_open_dev() 1161 if (dd < 0) in hci_open_dev() 1162 return dd; in hci_open_dev() 1168 if (bind(dd, (struct sockaddr *) &a, sizeof(a)) < 0) in hci_open_dev() 1171 return dd; in hci_open_dev() 1175 close(dd); in hci_open_dev() 1181 int hci_close_dev(int dd) in hci_close_dev() argument 1183 return close(dd); in hci_close_dev() 1189 int hci_send_cmd(int dd, uint16_t ogf, uint16_t ocf, uint8_t plen, void *param) in hci_send_cmd() argument [all …]
|
/hardware/qcom/bt/msm8998/libbt-vendor/src/ |
D | hw_ar3k.c | 1165 int dd, err; in hci_open_dev() local 1168 dd = socket(AF_BLUETOOTH, SOCK_RAW, BTPROTO_HCI); in hci_open_dev() 1169 if (dd < 0) in hci_open_dev() 1170 return dd; in hci_open_dev() 1176 if (bind(dd, (struct sockaddr *) &a, sizeof(a)) < 0) in hci_open_dev() 1179 return dd; in hci_open_dev() 1183 close(dd); in hci_open_dev() 1189 int hci_close_dev(int dd) in hci_close_dev() argument 1191 return close(dd); in hci_close_dev() 1197 int hci_send_cmd(int dd, uint16_t ogf, uint16_t ocf, uint8_t plen, void *param) in hci_send_cmd() argument [all …]
|
/hardware/qcom/sdm845/bt/libbt-vendor/src/ |
D | hw_ar3k.c | 1163 int dd, err; in hci_open_dev() local 1166 dd = socket(AF_BLUETOOTH, SOCK_RAW, BTPROTO_HCI); in hci_open_dev() 1167 if (dd < 0) in hci_open_dev() 1168 return dd; in hci_open_dev() 1174 if (bind(dd, (struct sockaddr *) &a, sizeof(a)) < 0) in hci_open_dev() 1177 return dd; in hci_open_dev() 1181 close(dd); in hci_open_dev() 1187 int hci_close_dev(int dd) in hci_close_dev() argument 1189 return close(dd); in hci_close_dev() 1195 int hci_send_cmd(int dd, uint16_t ogf, uint16_t ocf, uint8_t plen, void *param) in hci_send_cmd() argument [all …]
|
/hardware/qcom/bt/msm8996/libbt-vendor/src/ |
D | hw_ar3k.c | 1163 int dd, err; in hci_open_dev() local 1166 dd = socket(AF_BLUETOOTH, SOCK_RAW, BTPROTO_HCI); in hci_open_dev() 1167 if (dd < 0) in hci_open_dev() 1168 return dd; in hci_open_dev() 1174 if (bind(dd, (struct sockaddr *) &a, sizeof(a)) < 0) in hci_open_dev() 1177 return dd; in hci_open_dev() 1181 close(dd); in hci_open_dev() 1187 int hci_close_dev(int dd) in hci_close_dev() argument 1189 return close(dd); in hci_close_dev() 1195 int hci_send_cmd(int dd, uint16_t ogf, uint16_t ocf, uint8_t plen, void *param) in hci_send_cmd() argument [all …]
|
/hardware/qcom/bt/msm8909/libbt-vendor/src/ |
D | hw_ar3k.c | 1157 int dd, err; in hci_open_dev() local 1160 dd = socket(AF_BLUETOOTH, SOCK_RAW, BTPROTO_HCI); in hci_open_dev() 1161 if (dd < 0) in hci_open_dev() 1162 return dd; in hci_open_dev() 1168 if (bind(dd, (struct sockaddr *) &a, sizeof(a)) < 0) in hci_open_dev() 1171 return dd; in hci_open_dev() 1175 close(dd); in hci_open_dev() 1181 int hci_close_dev(int dd) in hci_close_dev() argument 1183 return close(dd); in hci_close_dev() 1189 int hci_send_cmd(int dd, uint16_t ogf, uint16_t ocf, uint8_t plen, void *param) in hci_send_cmd() argument [all …]
|
/hardware/qcom/bt/msm8909w_3100/libbt-vendor/src/ |
D | hw_ar3k.c | 1161 int dd, err; in hci_open_dev() local 1164 dd = socket(AF_BLUETOOTH, SOCK_RAW, BTPROTO_HCI); in hci_open_dev() 1165 if (dd < 0) in hci_open_dev() 1166 return dd; in hci_open_dev() 1172 if (bind(dd, (struct sockaddr *) &a, sizeof(a)) < 0) in hci_open_dev() 1175 return dd; in hci_open_dev() 1179 close(dd); in hci_open_dev() 1185 int hci_close_dev(int dd) in hci_close_dev() argument 1187 return close(dd); in hci_close_dev() 1193 int hci_send_cmd(int dd, uint16_t ogf, uint16_t ocf, uint8_t plen, void *param) in hci_send_cmd() argument [all …]
|
/hardware/interfaces/radio/1.0/ |
D | IRadioIndication.hal | 104 * @param nitzTime NITZ time string in the form "yy/mm/dd,hh:mm:ss(+/-)tz,dt"
|