summaryrefslogtreecommitdiff
path: root/plugins
AgeCommit message (Expand)AuthorFilesLines
2011-09-22Fix characteristic property on GATT example pluginAnderson Lizardo1-1/+1
2011-09-18Fix crash when update service record with an invalid XMLSyam Sidhardhan1-1/+0
2011-09-12Serialize powering up/down in maemo6 pluginClaudio Takahasi1-68/+68
2011-09-12Fix loop when setting adapter nameClaudio Takahasi3-7/+7
2011-09-01Add support for blacklisting eventsAntti Julku1-0/+54
2011-08-29formfactor: Add missing commaPavel Raiskup1-2/+2
2011-08-29Off-by-one(two) error in form factor detectionPavel Raiskup1-1/+1
2011-08-22Read local extended features at the initializationClaudio Takahasi1-17/+7
2011-08-22Remove EnableLE option from the user-spaceClaudio Takahasi2-30/+1
2011-08-14Add external dummy plugin for testingSzymon Janc1-0/+41
2011-07-29Fix off-by-one error in form factor detectionŁukasz Stelmach1-1/+1
2011-07-26Fix removing inotify watch whenever an adapter is removedLuiz Augusto von Dentz1-4/+7
2011-07-14Add support for wiimote pairingDavid Herrmann1-0/+111
2011-07-04Allow building with GLib 2.16 for nowMarcel Holtmann1-0/+1
2011-06-30Make use of g_slist_free_full on hciops pluginLuiz Augusto von Dentz1-8/+3
2011-06-28Add adaptername pluginBastien Nocera1-0/+321
2011-06-17Cleanup: read_local_features callback is no longer usedAndre Guedes2-27/+0
2011-06-16Add blacklisting support for management interfaceAntti Julku1-2/+44
2011-06-08Add support of secure pin code in mgmt codeWaldemar Rymarkiewicz2-2/+2
2011-05-18Drop variable EIR lengthBruna Moreira1-4/+9
2011-05-18Remove btd_event_advertising_reportBruna Moreira1-3/+10
2011-05-17mgmt: fix DBG string formatFrédéric Danis1-1/+1
2011-05-17Move EIR related functions to a new fileClaudio Takahasi1-167/+3
2011-05-15Add length argument to hci pincode replyDavid Herrmann2-10/+9
2011-05-15Remove unused discoverable variable from mgmt_update_poweredSzymon Janc1-3/+1
2011-05-15Remove unused err variable from init_conn_listSzymon Janc1-3/+1
2011-05-15Remove not needed NULL check in link_key_notifySzymon Janc1-1/+1
2011-05-05Remove 'periodic' param from hciops_start_inquiry()Andre Guedes1-4/+4
2011-05-05Remove inquiry and scanning callbacks from btd_adapter_opsAndre Guedes2-52/+0
2011-05-05Implement mgmt start and stop discoveryAnderson Briglia1-2/+22
2011-05-05Implement stop_discovery hciops callbackAndre Guedes1-1/+11
2011-05-05Remove obsolete code.Andre Guedes1-8/+0
2011-05-05Implement start_discovery hciops callbackAndre Guedes1-4/+94
2011-05-05Add extfeatures to struct dev_infoAndre Guedes1-0/+3
2011-05-05Refactoring adapter_set_state()Andre Guedes1-7/+4
2011-05-05Add 'timeout' param to start_scanning callbackAndre Guedes2-3/+37
2011-05-05Remove Periodic Inquiry support in hciopsAndre Guedes1-97/+15
2011-05-05Add 'discov_state' field to struct dev_infoAndre Guedes1-5/+85
2011-05-05Add discovery callbacks to btd_adapter_opsAndre Guedes2-0/+28
2011-04-28Add support for store_hint in mgmt_ev_new_keyJohan Hedberg1-3/+4
2011-04-28mgmtops: Add support for confirm_hint in mgmt_ev_user_confirm_requestJohan Hedberg1-1/+33
2011-04-27Use HCI_MAX_EIR_LENGTH instead of hard-coded valueBruna Moreira1-1/+1
2011-04-20Remove read_local_version() from struct btd_adapter_opsBruna Moreira2-30/+0
2011-04-20Remove ssp_mode from struct hci_devBruna Moreira1-9/+0
2011-03-31mgmt: Add support for discovering eventJohan Hedberg1-0/+39
2011-03-31mgmt: Add support for start_discovery & stop_discoveryJohan Hedberg1-2/+22
2011-03-30Remove hard-coded handles from example GATT pluginAnderson Lizardo1-100/+250
2011-03-30Move GATT example server to a standalone pluginAnderson Lizardo1-0/+348
2011-03-30mgmt: Add support for remote_name eventJohan Hedberg1-0/+27
2011-03-30mgmt: Add support for device_found eventJohan Hedberg1-0/+38