summaryrefslogtreecommitdiff
path: root/system/stack/gap
AgeCommit message (Expand)Author
2024-12-05Add missing flag of socket_settings_api William Escande
2024-12-03Set the initial local credits to 0 for offload LE socket Jayden Kim
2024-12-03Add helper functions to get LE L2CAP channel and ACL handle information Jayden Kim
2024-10-30system/stack/gap: Fix -Wmissing-prototype errors Henri Chataing
2024-09-25Enforce -Wmissing-prototypes Henri Chataing
2024-09-14Merge "Fix documentation and typos in gap_ble.cc" into main Treehugger Robot
2024-09-12Define tCONN_ID for GATT Connection ID Kyunglyul Hyun
2024-09-12Fix documentation and typos in gap_ble.cc Kihong Seong
2024-09-11[25/25] stack::l2cap encapsulate l2c_api.h Chris Manton
2024-09-10[17/25] stack::gap Use stack::l2cap::get_interface() Chris Manton
2024-08-31Add GAP interface to read class of device for LE devices Himanshu Rawat
2024-08-30stack::l2cap class enum-ify tL2CAP_CONN Chris Manton
2024-08-09[1/24] Canonical form towards class enumification tBTM_STATUS Chris Manton
2024-08-07mock: [60/63] Remove BTM_UseLeLink Chris Manton
2024-07-19Merge "InitFlags: Remove unused includes" into main Myles Watson
2024-07-18InitFlags: Remove unused includes Myles Watson
2024-07-16mock: [8/63] Remove BTM_BleSetPrefConnParams Chris Manton
2024-07-07Format: apply clang rules William Escande
2024-06-19Streamline enum stack::l2cap::tL2CAP_DW_RESULT Chris Manton
2024-06-17Class-enumify stack::l2cap::tL2CAP_DW_RESULT Chris Manton
2024-06-17Use proper types stack::l2cap::tL2CAP_DW_RESULT Chris Manton
2024-06-10stack::l2cap: Remove duplicated API get_remote_cid Chris Manton
2024-06-05Merge changes I74142415,I48f35c12 into main Chris Manton
2024-05-31stack::l2cap: Properly name L2CA_Register2 => L2CA_RegisterWithSecurity Chris Manton
2024-05-31stack::l2cap: Properly name L2CA_ConnectReq2 => L2CA_ConnectReqWithSecurity Chris Manton
2024-05-31system::stack: Comment out unused parameters Chris Manton
2024-05-24stack::gatt Use nodiscard for API to ensure return values handled Chris Manton
2024-05-22Check read local name internal API return codes Chris Manton
2024-05-18stack::l2cap [6/19] L2CA_GetPeerLECocConfig Chris Manton
2024-05-17stack::l2cap [4/19] L2CA_DisconnectReq Chris Manton
2024-05-16stack::l2cap [3/19] L2CA_DisconnectLECocReq Chris Manton
2024-04-25flags: Remove android_bluetooth_flags.h wrapper David Duarte
2024-04-18system: Remove most ADDRESS_TO_LOGGABLE_(CSTR|STR) Henri Chataing
2024-03-15Use GD for BLE ACL buffer sizes Myles Watson
2024-03-13Socket API to get L2CAP channel ID Jayden Kim
2024-02-13system/stack/gap: Migrate to libbluetooth_log Henri Chataing
2023-12-16bt_target:[8/37] IWYU stack:: Chris Manton
2023-12-12bt_target:[16/37] IWYU stack::gap Chris Manton
2023-11-13Unify reference to GATT_MAX_ATTR_LEN Kihong Seong
2023-10-30gap_ble: Remove unused service_handle Myles Watson
2023-10-28system: Convert DVLOG() instances Henri Chataing
2023-10-19IA2: Break out sdp uuids from other sdp definitions Chris Manton
2023-04-28Always check for no GATT transaction before sending request Archie Pusaka
2023-04-27Remove extern specifiers from function prototype declarations Henri Chataing
2023-03-06Fix L2CAP PTS issue Huirong Liao
2023-02-10Merge changes Ia2d84cbc,I7bb9462b,I5deaee65,I5c9a000b,If6dd7b3a Aritra Sen
2023-02-09Add L2CAP conn result on error and propagate it upwards to GAP callback handl... Aritra Sen
2023-02-02Make L2CAP credit config modifiable Mehmet Murat Sevim
2023-01-18[Non-Discoverable Mode] Selectively hide Device Name characteristic Rahul Arya
2023-01-10Replace PRIVATE_ADDRESS with ADDRESS_TO_LOGGABLE_CSTR Hui Peng