OSDN Git Service

android-x86/system-bt.git
2016-05-12 Jakub PawlowskiRewrite btif_gatts_close to new style
2016-05-12 Jakub PawlowskiRewrite btif_gatts_add_included_service to new style
2016-05-12 Jakub PawlowskiRewrite btif_gatts_start_service to new style
2016-05-12 Jakub PawlowskiRewrite btif_gatts_stop_service to new style
2016-05-12 Jakub PawlowskiRewrite btif_gatts_send_indication to new style
2016-05-12 Jakub PawlowskiRewrite btif_gatts_send_response to new style
2016-05-12 Jakub PawlowskiUse unnamed namespace in btif_gatt_client
2016-05-12 Jakub PawlowskiUse unordered_set to keep p_dev_cb
2016-05-12 Jakub PawlowskiRemove unused structures from btif_gatt_client
2016-05-12 Jakub PawlowskiRewrite bta_scan_results_cb to new style
2016-05-12 Jakub PawlowskiRewrite multi adv callbacks to new style
2016-05-12 Jakub PawlowskiRewrite batch scan related functions to new style
2016-05-12 Jakub PawlowskiRewrite bta_track_adv_event_cb to new style
2016-05-12 Jakub PawlowskiRewrite btm_read_rssi_cb to new style
2016-05-12 Jakub PawlowskiRewrite scan filter related callbacks to new style
2016-05-12 Jakub PawlowskiRewrite btif_gattc_scan_filter_add_remove to new style
2016-05-12 Jakub PawlowskiRewrite register/unregister app to new style
2016-05-12 Jakub PawlowskiRewrite scan start/stop to new style
2016-05-12 Jakub PawlowskiRewrite btif_gattc_open to new style
2016-05-12 Jakub PawlowskiRewrite btif_gattc_close to new style
2016-05-12 Jakub PawlowskiRewrite btif_gattc_search_service to new style
2016-05-12 Jakub PawlowskiRewrite btif_gattc_execute_write to new style
2016-05-12 Jakub PawlowskiRewrite btif_gattc_write_char to new style
2016-05-12 Jakub PawlowskiRewrite btif_gattc_reg_for_notification to new style
2016-05-12 Jakub PawlowskiRewrite btif_gattc_listen to new style
2016-05-12 Jakub PawlowskiRewrite btif_gattc_set_adv_data to new style
2016-05-12 Jakub PawlowskiRewrite read RSSI and set MTU to new style
2016-05-12 Jakub PawlowskiRewrite btif_gattc_conn_parameter_update to new style
2016-05-12 Jakub PawlowskiRewrite btif_gattc_scan_filter_param_setup to new style
2016-05-12 Jakub PawlowskiRewrite scan filter related methods to new style
2016-05-12 Jakub PawlowskiRewrite btif_gattc_multi_adv_enable to new style
2016-05-12 Jakub PawlowskiRewrite btif_gattc_multi_adv_update to new style
2016-05-12 Jakub PawlowskiRewrite multi adv set data to new style.
2016-05-12 Jakub PawlowskiRewrite btif_gattc_multi_adv_disable to new style
2016-05-12 Jakub PawlowskiRewrite btif batch scan methods to new style.
2016-05-12 Jakub PawlowskiRewrite btif_get_gatt_db to new style
2016-05-12 Jakub PawlowskiRewrite btif_gattc_set_scan_parameters to new style
2016-05-12 Jakub PawlowskiRewrite GATT read operations to use new style
2016-05-12 Jakub PawlowskiUse MessageLoop in bt_jni_workqueue thread
2016-05-12 Jakub PawlowskiRewrite btif_gatts_close to new style
2016-05-12 Jakub PawlowskiRewrite btif_gatts_add_included_service to new style
2016-05-12 Jakub PawlowskiRewrite btif_gatts_start_service to new style
2016-05-12 Jakub PawlowskiRewrite btif_gatts_stop_service to new style
2016-05-12 Jakub PawlowskiRewrite btif_gatts_send_indication to new style
2016-05-12 Jakub PawlowskiRewrite btif_gatts_send_response to new style
2016-05-12 Jakub PawlowskiUse unnamed namespace in btif_gatt_client
2016-05-12 Jakub PawlowskiUse unordered_set to keep p_dev_cb
2016-05-12 Jakub PawlowskiRemove unused structures from btif_gatt_client
2016-05-12 Jakub PawlowskiRewrite bta_scan_results_cb to new style
2016-05-12 Jakub PawlowskiRewrite multi adv callbacks to new style
2016-05-12 Jakub PawlowskiRewrite batch scan related functions to new style
2016-05-12 Jakub PawlowskiRewrite bta_track_adv_event_cb to new style
2016-05-12 Jakub PawlowskiRewrite btm_read_rssi_cb to new style
2016-05-12 Jakub PawlowskiRewrite scan filter related callbacks to new style
2016-05-12 Jakub PawlowskiRewrite btif_gattc_scan_filter_add_remove to new style
2016-05-12 Jakub PawlowskiRewrite register/unregister app to new style
2016-05-12 Jakub PawlowskiRewrite scan start/stop to new style
2016-05-12 Jakub PawlowskiRewrite btif_gattc_open to new style
2016-05-12 Jakub PawlowskiRewrite btif_gattc_close to new style
2016-05-12 Jakub PawlowskiRewrite btif_gattc_search_service to new style
2016-05-12 Jakub PawlowskiRewrite btif_gattc_execute_write to new style
2016-05-12 Jakub PawlowskiRewrite btif_gattc_write_char to new style
2016-05-12 Jakub PawlowskiRewrite btif_gattc_reg_for_notification to new style
2016-05-12 Jakub PawlowskiRewrite btif_gattc_listen to new style
2016-05-12 Jakub PawlowskiRewrite btif_gattc_set_adv_data to new style
2016-05-12 Jakub PawlowskiRewrite read RSSI and set MTU to new style
2016-05-12 Jakub PawlowskiRewrite btif_gattc_conn_parameter_update to new style
2016-05-12 Jakub PawlowskiRewrite btif_gattc_scan_filter_param_setup to new style
2016-05-12 Jakub PawlowskiRewrite scan filter related methods to new style
2016-05-12 Jakub PawlowskiRewrite btif_gattc_multi_adv_enable to new style
2016-05-12 Jakub PawlowskiRewrite btif_gattc_multi_adv_update to new style
2016-05-11 Jakub PawlowskiRewrite multi adv set data to new style.
2016-05-11 Jakub PawlowskiRewrite btif_gattc_multi_adv_disable to new style
2016-05-11 Jakub PawlowskiRewrite btif batch scan methods to new style.
2016-05-11 Jakub PawlowskiRewrite btif_get_gatt_db to new style
2016-05-11 Jakub PawlowskiRewrite btif_gattc_set_scan_parameters to new style
2016-05-11 Jakub PawlowskiRewrite GATT read operations to use new style
2016-05-11 Jakub PawlowskiUse MessageLoop in bt_jni_workqueue thread
2016-05-11 Andre EisenbachAdd additional VW car kits to absolute volume blacklist
2016-05-11 Andre EisenbachAdd additional VW car kits to absolute volume blacklist
2016-05-11 Andre EisenbachFix double mutex unlock and if() condition
2016-05-11 Andre EisenbachFix double mutex unlock and if() condition
2016-05-11 Bryce LeeMove extern "C" to top of headers and remove tBTA_HF_CL...
2016-05-11 Bryce LeeMove extern "C" to top of headers and remove tBTA_HF_CL...
2016-05-11 Jakub PawlowskiChange initial order of commands after establishing...
2016-05-11 Jakub PawlowskiChange initial order of commands after establishing...
2016-05-11 Jakub PawlowskiChange initial order of commands after establishing...
2016-05-10 Jakub PawlowskiChange initial order of commands after establishing...
2016-05-10 AnubhavGuptaA2DP_SINK: create avrcp connection only if a2dp is...
2016-05-10 AnubhavGuptaA2DP_SINK: create avrcp connection only if a2dp is...
2016-05-10 Nitin AroraPTS: Read SMP pairing options from bt_stack.conf
2016-05-10 Nitin AroraPTS: Avoid BR SDP after LE pairing
2016-05-10 Nitin AroraPTS: Allow disabling connection updates
2016-05-10 Nitin AroraPTS: Add a Secure Only mode.
2016-05-10 Nitin AroraChanges to allow LE key upgrade
2016-05-09 Nitin AroraPTS: Read SMP pairing options from bt_stack.conf
2016-05-09 Nitin AroraPTS: Avoid BR SDP after LE pairing
2016-05-09 Nitin AroraPTS: Allow disabling connection updates
2016-05-09 Nitin AroraPTS: Add a Secure Only mode.
2016-05-09 Nitin AroraChanges to allow LE key upgrade
next