Searched defs:evt_auth (Results 1 - 1 of 1) sorted by relevance

/external/bluetooth/bluez/plugins/
H A Dhciops.c271 evt_auth_complete *evt_auth; local
316 evt_auth = (evt_auth_complete *) body;
317 if (evt_auth->handle != cmd->handle) {
322 if (evt_auth->status != 0x00) {
323 status = evt_auth->status;

Completed in 95 milliseconds