Searched refs:AUTH_RESPONSE_ACTION (Results 1 – 2 of 2) sorted by relevance
95 static final String AUTH_RESPONSE_ACTION = "com.android.bluetooth.pbap.authresponse"; field in BluetoothPbapService241 } else if (AUTH_RESPONSE_ACTION.equals(action)) { in parseIntent()569 filter.addAction(AUTH_RESPONSE_ACTION); in start()
165 sendIntentToReceiver(BluetoothPbapService.AUTH_RESPONSE_ACTION, in onPositive()