Home
last modified time | relevance | path

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

/external/bluez/utils/hcid/
Ddbus-hci.h57 DBusMessage *new_authentication_return(DBusMessage *msg, uint8_t status);
Ddbus-hci.c216 DBusMessage *new_authentication_return(DBusMessage *msg, uint8_t status) in new_authentication_return() function
1295 reply = new_authentication_return(bonding->msg, status); in hcid_dbus_bonding_process_complete()
1300 reply = new_authentication_return(bonding->msg, status); in hcid_dbus_bonding_process_complete()
2125 reply = new_authentication_return(adapter->bonding->msg, in hcid_dbus_disconn_complete()
Dadapter.c2393 reply = new_authentication_return(bonding->msg, status); in reply_authentication_failure()