summaryrefslogtreecommitdiff
path: root/system/bta/hf_client
AgeCommit message (Expand)Author
2025-03-04Merge "Check for existing discovery database in bta_hf_client_cb_init" into main Brian Delwiche
2025-03-04Check for existing discovery database in bta_hf_client_cb_init Brian Delwiche
2025-02-24system/bta: Enforce -Wmissing-prototypes Henri Chataing
2025-02-21Merge changes Idccdb2ab,Ie109fab6,Ie2de6f03 into main Pomai Ahlo
2025-02-20bta::hf::bta_hf_client_find_cb_by_bda Logging cleanup Chris Manton
2025-02-20RFCOMM metrics V2: Collect metrics in bta Pomai Ahlo
2025-02-13Remove rfcomm_prevent_unnecessary_collisions flag Pomai Ahlo
2025-01-30Save SDP information in p_scb/client_cb Pomai Ahlo
2025-01-06Remove gd/os/logging/log_adapter.h Henri Chataing
2025-01-06Copy PRIVATE_CELL where it is used Henri Chataing
2024-12-17Merge changes from topic "rfcomm_offload_socket" into main Liang Li
2024-12-13Set the initial local credits to 0 for offload RFCOMM socket Liang Li
2024-11-20Merge "osi: Always implement strlcpy as osi_strlcpy" into main am: e42c8b81c8 Krzysztof Kopyscinski (xWF)
2024-11-19osi: Always implement strlcpy as osi_strlcpy Henri Chataing
2024-11-18Merge "system/bta: Apply clang-tidy fixes" into main am: a1abfd9a22 Henri Chataing
2024-11-14system/bta: Apply clang-tidy fixes Henri Chataing
2024-11-13Merge 24Q4 (ab/12406339) into aosp-main-future Xin Li
2024-11-08cpplint: fix and enable whitespace/blank_line William Escande
2024-11-08cpplint: fix and enable whitespace/newline William Escande
2024-10-17Remove os/log.h Henri Chataing
2024-10-08system/bta/Android.bp: Enforce -Wunused-parameter Henri Chataing
2024-09-25Enforce -Wmissing-prototypes Henri Chataing
2024-09-11Fix UAF in sdp_discovery.cc Brian Delwiche
2024-09-03[6/25] bta::hf_client Use stack::l2cap::get_interface() Chris Manton
2024-08-19stack::btm Hide btm_api.h use get_btm_interface Chris Manton
2024-08-16[23/24] Canonical form tBTM_STATUS::BTM_UNKNOWN_ADDR Chris Manton
2024-08-13[4/24] Canonical form tBTM_STATUS::BTM_CMD_STARTED Chris Manton
2024-08-09[1/24] Canonical form towards class enumification tBTM_STATUS Chris Manton
2024-08-07stack::sdp Class enum-ify tSDP_STATUS Chris Manton
2024-08-05mock: [46/63] Remove BTM_RemoveSco Chris Manton
2024-07-24mock: [44/63] Remove BTM_RegForEScoEvt Chris Manton
2024-07-22bta::hf_client Use proper type tSDP_STATUS Chris Manton
2024-07-19Merge "Fix typo of getting sdp_feature in hf_client" into main Treehugger Robot
2024-07-18Fix typo of getting sdp_feature in hf_client Eric Shih
2024-07-17mock: [15/63] Remove BTM_EScoConnRsp Chris Manton
2024-07-17mock: [13/63] Remove BTM_CreateSco use btm_client_interface Chris Manton
2024-07-16Add PORT_IsCollisionDetected Pomai Ahlo
2024-07-07Format: apply clang rules William Escande
2024-07-03sysprop: Remove the wrapper GET_SYSPROP Henri Chataing
2024-06-25Merge "[HFP Client] Check peer HF indicator supported flag" into main Treehugger Robot
2024-06-22[19/19] get_btm_client_interface().sco.BTM_WriteVoiceSettings Chris Manton
2024-06-20fix mix-use of tBTA_AG_PEER_CODEC between BTM_SCO_CODEC_XXX and UUID_CODEC_XXX Yuyang Huang
2024-06-13stack:: Use proper type tHCI_STATUS [#2] Chris Manton
2024-06-12Revert "stack:: Use proper type tHCI_STATUS" Liana Kazanova
2024-06-12stack:: Use proper type tHCI_STATUS Chris Manton
2024-06-11Merge "system/btif: Update misc BT_STATUS_FAIL with more descriptive metrics"... Treehugger Robot
2024-06-10stack::rfcomm: Combine 2 APIs creating PORT_SetEventMaskAndCallback Chris Manton
2024-06-05system/btif: Update misc BT_STATUS_FAIL with more descriptive metrics Sarvesh Kalwit
2024-05-28Update signature stack::rfcomm::PORT_MGMT_CALLBACK Chris Manton
2024-05-23Merge "Use RepeatingCallback instead of function pointer and void* data" into... Jakub Pawłowski