Searched refs:psm (Results 1 - 11 of 11) sorted by last modified time

/haiku/src/tests/kits/bluetooth/l2capClient/
H A Dl2capClient.cpp18 CreateL2capSocket(const bdaddr_t* bdaddr, struct sockaddr_l2cap& l2sa, uint16 psm) argument
41 l2sa.l2cap_psm = psm;
66 uint16 psm = 1; local
69 printf("I need a bdaddr!\nUsage:\n\t%s bluetooth_address [psm]\n",
75 psm = atoi(argv[2]);
76 printf("PSM requested %d\n", psm);
79 if ((psm & 1) == 0)
84 int sock = CreateL2capSocket(&bdaddr, l2sa, psm);
/haiku/src/add-ons/kernel/network/protocols/l2cap/
H A Dl2cap_signal.h20 status_t send_l2cap_connection_req(HciConnection* conn, uint8 ident, uint16 psm, uint16 scid);
H A Dl2cap_command.cpp39 make_l2cap_connection_req(uint8& code, uint16 psm, uint16 scid) argument
50 command->psm = htole16(psm);
H A Dl2cap_command.h23 net_buffer* make_l2cap_connection_req(uint8& code, uint16 psm, uint16 scid);
H A Dl2cap_signal.cpp46 const uint16 psm = le16toh(command->psm); local
49 L2capEndpoint* endpoint = gL2capEndpointManager.ForPSM(psm);
57 endpoint->_HandleConnectionReq(conn, ident, psm, scid);
384 send_l2cap_connection_req(HciConnection* conn, uint8 ident, uint16 psm, uint16 scid) argument
387 net_buffer* buffer = make_l2cap_connection_req(code, psm, scid);
H A Dl2cap.cpp270 const uint16 psm = le16toh(connlessHeader->psm); local
271 L2capEndpoint* endpoint = gL2capEndpointManager.ForPSM(psm);
H A DL2capEndpointManager.h20 L2capEndpoint* ForPSM(uint16 psm);
H A DL2capEndpoint.cpp550 uint8 ident, uint16 psm, uint16 scid)
549 _HandleConnectionReq(HciConnection* connection, uint8 ident, uint16 psm, uint16 scid) argument
H A DL2capEndpoint.h53 uint8 ident, uint16 psm, uint16 scid);
H A DL2capEndpointManager.cpp69 L2capEndpointManager::ForPSM(uint16 psm) argument
73 return fBoundEndpoints.Find(psm);
/haiku/headers/private/bluetooth/
H A Dl2cap.h68 uint16 psm; member in struct:__anon8
105 uint16 psm;

Completed in 57 milliseconds