summaryrefslogtreecommitdiffstats
path: root/meta-rcar-gen2
ModeNameSize
-rw-r--r--COPYING.MIT1023logstatsplain
-rw-r--r--README1973logstatsplain
-rw-r--r--README-usbgadget.md1634logstatsplain
-rw-r--r--README.proprietary6484logstatsplain
d---------binary38logstatsplain
d---------conf114logstatsplain
-rwxr-xr-xcopy_gfx_software_porter.sh1105logstatsplain
-rwxr-xr-xcopy_gfx_software_silk.sh1105logstatsplain
-rwxr-xr-xcopy_mm_software_lcb.sh6169logstatsplain
d---------include204logstatsplain
d---------recipes-bsp106logstatsplain
d---------recipes-connectivity / gupnp32logstatsplain
d---------recipes-core107logstatsplain
d---------recipes-extended / socketcan36logstatsplain
d---------recipes-graphics167logstatsplain
d---------recipes-kernel381logstatsplain
d---------recipes-multimedia405logstatsplain
d---------scripts48logstatsplain
p">#define REQUEST_PASSKEY 2 #define REQUEST_CONFIRMATION 3 #define REQUEST_AUTHORIZATION 4 struct Agent_Node { int type; AGENTOrgBluezAgent1 *object; GDBusMethodInvocation *invocation; }; typedef struct tagAgent_RegisterCallback { void (*agent_Release)(void); gboolean (*agent_RequestPinCode) (const gchar *device, gchar **pincode, const gchar **error); gboolean (*agent_DisplayPinCode)(const gchar *device, const gchar *pincode, const gchar **error); gboolean (*agent_RequestPasskey)(const gchar *device, guint *passkey, const gchar **error); void (*agent_DisplayPasskey)(const gchar *device, guint passkey, guint16 entered); gboolean (*agent_RequestConfirmation)(const gchar *device, guint passkey, const gchar **error); gboolean (*agent_RequestAuthorization)(const gchar *device, const gchar **error); gboolean (*agent_AuthorizeService)(const gchar *device, const gchar *uuid, const gchar **error); void (*agent_Cancel)(void); }Agent_RegisterCallback_t; /* --- PUBLIC FUNCTIONS --- */ void agent_API_register(const Agent_RegisterCallback_t* pstRegisterCallback); int agent_register(const char *capability); int stop_agent(); int agent_send_confirmation(gboolean confirmation); #endif /* BLUETOOTH_AGENT_H */ /****************************** The End Of File ******************************/