Home
last modified time | relevance | path

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

/external/bluetooth/bluez/src/
Devent.c172 return device_request_authentication(device, AUTH_TYPE_PINCODE, 0, in btd_event_request_pin()
218 return device_request_authentication(device, AUTH_TYPE_CONFIRM, in btd_event_user_confirm()
230 return device_request_authentication(device, AUTH_TYPE_PAIRING_CONSENT, in btd_event_user_consent()
242 return device_request_authentication(device, AUTH_TYPE_PASSKEY, 0, in btd_event_user_passkey()
254 return device_request_authentication(device, AUTH_TYPE_NOTIFY, in btd_event_user_notify()
Ddevice.h88 int device_request_authentication(struct btd_device *device, auth_type_t type,
Ddevice.c2320 int device_request_authentication(struct btd_device *device, auth_type_t type, in device_request_authentication() function