summaryrefslogtreecommitdiff
path: root/system/stack/gap
AgeCommit message (Expand)Author
2023-01-10Replace More Address Logging Statement to Hide Address Hui Peng
2022-12-29BT5.3 Enhanced Connection update Sunny Kapdi
2022-12-16gatt: Prepare GATTC_OPEN API for more than direct and background Ɓukasz Rymanowski
2022-02-23Use L2CAP_DEFAULT_MTU if mtu is not specified Sungsoo Lim
2022-01-28legacy: const-ify BTM_ReadLocalDeviceName Chris Manton
2021-10-06Add base/logging.h for LOG-related macros. Qijiang Fan
2021-09-25legacy: Explicitly include stack/include/bt_types Chris Manton
2021-09-25legacy: Explicitly include types/bluetooth/uuid Chris Manton
2021-09-24legacy: Explicitly include types/raw_address Chris Manton
2021-09-23legacy: stack: Properly include stack/include/bt_hdr Chris Manton
2021-09-18legacy: Properly include osi_allocator Chris Manton
2021-07-28Fix L2cap LE COC security record leaks Hansong Zhang
2021-07-16Const-ify BTM_SetLocalDeviceName Chris Manton
2021-05-12Add name component to GATT client API Chris Manton
2021-02-16Re-log stack/gap/gap_ble::client_connect_cback Chris Manton
2020-11-13Canonicalization of tGATT_CBACK gap and gatt Chris Manton
2020-10-27L2cap: LE specific disconnect and write API Hansong Zhang
2020-10-27GAP: Simplify gap_sec_check_complete Hansong Zhang
2020-10-27LE COC: Let L2cap send connect rsp Hansong Zhang
2020-10-26LE L2cap: Add COC config to registration Hansong Zhang
2020-10-21Re-log stack/gap/gap_ble::client_connect_cback Chris Manton
2020-10-04Properly add typedef for gatt status Chris Manton
2020-09-28GAP_ConnOpen code minor clean up Hansong Zhang
2020-09-28Include initial remote config in pL2CA_ConfigCfm_Cb Hansong Zhang
2020-09-28L2cap: Auto send ConnectRsp Hansong Zhang
2020-09-28Check for control block nullptr on l2cap error Hansong Zhang
2020-09-28L2cap channel cb: Store who initiated dynamic channel Hansong Zhang
2020-09-28We always send pL2CA_ConfigCfm_Cb with status OK Hansong Zhang
2020-09-27l2c_csm: Use pL2CA_Error_Cb on error Hansong Zhang
2020-09-27Introduce pL2CA_Error_Cb Hansong Zhang
2020-09-25Use gap_on_l2cap_error for error handling Hansong Zhang
2020-09-25Remove L2CA_ErtmConnectRsp Hansong Zhang
2020-09-25Remove L2CA_ErtmConnectReq Hansong Zhang
2020-09-25Clean up unused defines and imports Hansong Zhang
2020-09-25L2cap user: Use ConfigCfm_Cb as channel open indicator Hansong Zhang
2020-09-25L2CA_ConfigCfm_Cb only need to provide result Hansong Zhang
2020-09-25Remove L2CA_ConfigReq in client code Hansong Zhang
2020-09-25Some ERTM values are constant Hansong Zhang
2020-09-25Remove unnecessary definition Hansong Zhang
2020-09-25Let L2CAP send ConfigRsp for you Hansong Zhang
2020-09-25L2CAP: Add a "required_remote_mtu" and store it Hansong Zhang
2020-09-25Profile services have const MTU size now Hansong Zhang
2020-09-23L2CAP: Allowed mode is equivalent to preferred mode Hansong Zhang
2020-09-23GATT: Put L2cap disconnect logic together Hansong Zhang
2020-09-23Send L2CA_DisconnectRsp from L2cap state machine Hansong Zhang
2020-09-16Fix likely-unhit memory leak Chris Manton
2020-09-08Fix l2cap callback connection creation API Chris Manton
2020-08-27pL2CA_CreditsReceived_Cb is no longer useful Hansong Zhang
2020-08-27gap_credits_received_cb is no longer useful Hansong Zhang
2020-08-26Convert gap_connections to new l2cap + security Zach Johnson