Home
last modified time | relevance | path

Searched defs:l2cap_socket (Results 1 – 1 of 1) sorted by relevance

/aosp_15_r20/packages/modules/Bluetooth/system/btif/src/
Dbtif_sock_l2cap.cc58 typedef struct l2cap_socket { struct
59 struct l2cap_socket* prev; // link to prev list item argument
60 struct l2cap_socket* next; // link to next list item argument
61 RawAddress addr; // other side's address
62 char name[256]; // user-friendly name of the service
63 uint32_t id; // just a tag to find this struct
64 int app_uid; // The UID of the app who requested this socket
65 int handle; // handle from lower layers
66 unsigned security; // security flags
67 int channel; // PSM
[all …]