OSDN Git Service

android-x86/system-bt.git
2020-10-01 Hansong ZhangBTA_AV: Simplify flush timeout parameter
2020-10-01 Hansong ZhangL2cap: our cfg option never uses flush timeout
2020-10-01 Treehugger... Merge "Use bta/sys/bta_sys::BtaIdSysText()"
2020-10-01 Chris MantonIncoming ACL packets stop at acl layer first
2020-10-01 Chris MantonRe-log bta/../LOG_
2020-09-30 Chris MantonUse bta/sys/bta_sys::BtaIdSysText()
2020-09-30 Treehugger... Merge "Add ACL shim event registration"
2020-09-30 Treehugger... Merge changes I2f2c69a4,I41a65c6c,I101aa769,I87d34f49...
2020-09-30 Chris MantonAdd ACL shim event registration
2020-09-30 Sal SavageMerge "Properly update config when the MAC Address...
2020-09-30 Chris MantonRemove unnecessary declarations stack/btm/btm_sco
2020-09-30 Chris MantonLocally link and remove unused funcs stack/btm/btm_sco
2020-09-30 Chris MantonRe-log stack/btm/btm_ble_gap::btm_ble_update_inq_result
2020-09-30 Chris MantonRemove duplicate decls stack/btm/btm_int
2020-09-30 Chris MantonLocally link and remove unused funcs stack/btm/btm_inq
2020-09-30 Chris MantonRemove decl stack/btm/btm_int
2020-09-30 Chris MantonLocally link and remove unused funcs stack/btm/btm_devctl
2020-09-30 Chris MantonLocally link and remove unused funcs stack/btm/btm_ble_...
2020-09-30 Chris MantonLocally link and remove unused funcs stack/btm/btm_ble_...
2020-09-30 Chris MantonLocally link and remove unused funcs stack/btm/btm_ble_addr
2020-09-30 Chris MantonRemove unnecessary declarations stack/btm/btm_ble_int
2020-09-30 Chris MantonRemove duplicate decls
2020-09-30 Chris MantonAdd bta/sys/bta_sys::BtaIdSysText()
2020-09-30 Chris MantonRe-log parts of btif/src/btif_storage
2020-09-30 Chris MantonRe-log parts of btif/src/btif_sock_thread
2020-09-30 Chris MantonRe-log btif/src/btif_sock_rfc::btsock_rfc_listen
2020-09-30 Martin BrabhamCertSecurity: Add missing events to registration
2020-09-30 Chris MantonL2cap CoC callback use Confirm not Ind on server
2020-09-29 Dan ShiRemove net_test_bta from TEST_MAPPING file
2020-09-29 Sal SavageProperly update config when the MAC Address changes
2020-09-29 Treehugger... Merge changes Iefb88b7e,Ia8fd678c,Ieefd35fa,Ib474f0be...
2020-09-29 Treehugger... Merge "Reject SetBrowsedPlayer if there is not browsabl...
2020-09-29 Hansong ZhangL2cap shim: Add mtu requirement to config option
2020-09-29 Alain VongsouvanhMerge "GAP: Support 128-bit custom UUID in EIR record"
2020-09-29 Chris MantonRe-log btif/src/btif_dm::btif_dm_cancel_discovery
2020-09-29 Chris MantonRe-log btif/src/btif_dm::btif_dm_search_services_evt
2020-09-29 Chris MantonRe-log btif/src/btif_dm::btif_update_remote_properties
2020-09-29 Chris MantonRe-log btif/src/btif_dm::bond_state_changed
2020-09-29 Chris MantonRe-log btif/src/btif_core::btif_enable_bluetooth_evt
2020-09-29 Chris MantonRe-log btif_get____type
2020-09-29 Chris MantonLog proper btif/src/btif_bqr::ConfigureBqr
2020-09-29 Chris MantonRe-log btif/src/btif_av::btif_av_get_peer_sep
2020-09-29 Chris MantonRe-log btif/src/btif_a2dp::btif_a2dp_on_idle
2020-09-29 Chris MantonRestore Le transport for SetPhy function
2020-09-29 Hansong ZhangGD L2cap: Add a way to enforce required mtu
2020-09-29 Hansong ZhangGAP_ConnOpen code minor clean up
2020-09-29 Hansong ZhangLE COC: Indicate channel open on ConnectRsp recv
2020-09-29 Treehugger... Merge "Call EXPECT_CALL before the incoming event"
2020-09-29 Treehugger... Merge "SM: Implement name request during Classic pairing"
2020-09-28 Martin BrabhamCall EXPECT_CALL before the incoming event
2020-09-28 Martin BrabhamSM: Implement name request during Classic pairing
2020-09-28 Hansong ZhangL2CAP: Remove unused ConnectRsp
2020-09-28 Hansong ZhangRFCOMM, AVDT, HID: L2cap signal id is not used
2020-09-28 Hansong ZhangInclude initial remote config in pL2CA_ConfigCfm_Cb
2020-09-28 Hansong ZhangSerialize L2CAP connect ind/cfm, config ind, cfm
2020-09-28 Hansong ZhangL2cap: Auto send ConnectRsp
2020-09-28 Hansong ZhangCheck for control block nullptr on l2cap error
2020-09-28 Hansong ZhangL2cap channel cb: Store who initiated dynamic channel
2020-09-28 Hansong ZhangWe always send pL2CA_ConfigCfm_Cb with status OK
2020-09-28 Hansong ZhangL2cap shim clean up
2020-09-28 Hansong ZhangL2CAP_FLUSHABLE_PKT is never used
2020-09-28 Ted WangReject SetBrowsedPlayer if there is not browsable player
2020-09-28 Hansong ZhangMinor clean up in l2c_api
2020-09-28 Hansong ZhangL2cap: Simplify DisconnectRsp
2020-09-28 Hansong ZhangRemove unused L2cap code
2020-09-28 Hansong ZhangSimplify avdt_sec_check_complete_term
2020-09-28 Hansong ZhangSimplify bnep_sec_check_complete
2020-09-28 Hansong Zhangl2c_csm: Use pL2CA_Error_Cb on error
2020-09-28 Hansong ZhangRegard L2CAP_CFG_PENDING as failure
2020-09-28 Hansong ZhangIntroduce pL2CA_Error_Cb
2020-09-28 Hansong Zhangl2c_csm: Remove unused variable
2020-09-28 Treehugger... Merge "Add missing runtime dependency of android.hardwa...
2020-09-28 Treehugger... Merge "Set apex_available property"
2020-09-27 Hansong ZhangL2CAP ERTM: Fix p_ccb->max_rx_mtu
2020-09-27 Hansong ZhangUse hidh_on_l2cap_error for error handling
2020-09-27 Hansong ZhangUse hidd_on_l2cap_error for error handling
2020-09-27 Hansong ZhangHID: Simplify security check code
2020-09-27 Hansong ZhangUse rfc_on_l2cap_error for error handling
2020-09-27 Hansong ZhangUse avct_on_l2cap_error for error handling
2020-09-27 Hansong ZhangUse avdt_on_l2cap_error for error handling
2020-09-27 Hansong ZhangUse avct_br_on_l2cap_error
2020-09-26 Tianyu JiangAdd missing runtime dependency of android.hardware...
2020-09-26 Hansong ZhangUse gap_on_l2cap_error for error handling
2020-09-26 Hansong ZhangUse gatt_on_l2cap_error for error handling
2020-09-26 Hansong ZhangSimplify bnep_on_l2cap_error
2020-09-26 Hansong ZhangUse bnep_on_l2cap_error for error handling
2020-09-26 Hansong ZhangSimplify sdp_on_l2cap_error
2020-09-26 Hansong ZhangSDP failure reason isn't used
2020-09-26 Hansong ZhangSDP: Move L2cap error handling to one place
2020-09-26 Hansong ZhangRemove unused code in l2c_api
2020-09-26 Hansong ZhangRemove L2CA_ErtmConnectRsp
2020-09-26 Hansong ZhangRemove L2CA_ErtmConnectReq
2020-09-26 Hansong ZhangL2CAP: Use ERTM info during registration, not conn req
2020-09-26 Hansong ZhangClean up unused defines and imports
2020-09-26 Hansong ZhangL2cap user: Use ConfigCfm_Cb as channel open indicator
2020-09-26 Hansong ZhangL2C_CSM: Send ConfigCfm to user after ConfigInd
2020-09-26 Hansong ZhangL2CA_ConfigCfm_Cb only need to provide result
2020-09-26 Hansong ZhangHIDD: Treat unacceptable QOS as normal failure
2020-09-26 Hansong ZhangL2CA_ConfigReq and L2CA_ConfigRsp are internal now
2020-09-26 Hansong ZhangRemove L2CA_ConfigReq in client code
next