OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:device_get_auth
(Results
1 - 3
of
3
) sorted by null
/external/bluetooth/bluez/src/
dbus-hci.c
464
rem_auth =
device_get_auth
(device);
814
remote_auth =
device_get_auth
(device);
1067
auth =
device_get_auth
(device);
1073
if (
device_get_auth
(device) < 0x02) {
1090
if (
device_get_auth
(device) > 0x01) {
1114
if (
device_get_auth
(device) == 0x02 ||
1115
device_get_auth
(device) == 0x03) {
1129
if (
device_get_auth
(device) == 0x00 ||
1130
device_get_auth
(device) == 0x01)
1136
if (
device_get_auth
(device) != 0xff &
[
all
...]
device.h
64
uint8_t
device_get_auth
(struct btd_device *device);
device.c
1788
uint8_t
device_get_auth
(struct btd_device *device)
function
[
all
...]
Completed in 11 milliseconds