Home
last modified time | relevance | path

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

/external/bluez/utils/hcid/
Dparser.y306 if (!hci_strtolp($1, &opt))
313 if (!hci_strtolp($1, &opt))
Dparser.c1801 if (!hci_strtolp((yyvsp[(1) - (1)].str), &opt))
1811 if (!hci_strtolp((yyvsp[(1) - (1)].str), &opt))
/external/bluez/libs/include/bluetooth/
Dhci_lib.h130 int hci_strtolp(char *str, unsigned int *val);
/external/bluez/utils/tools/
Dhciconfig.c289 if (hci_strtolp(opt, &dr.dev_opt)) { in cmd_lp()
Dhcitool.c1847 if (hci_strtolp(argv[1], &val) < 0) { in cmd_lp()
/external/bluez/libs/src/
Dhci.c269 int hci_strtolp(char *str, unsigned int *val) in hci_strtolp() function