Home
last modified time | relevance | path

Searched refs:vpsm (Results 1 – 1 of 1) sorted by relevance

/packages/modules/Bluetooth/system/stack/l2cap/
Dl2c_api.cc126 uint16_t vpsm = psm; in L2CA_Register() local
150 for (vpsm = 0x1002; vpsm < 0x8000; vpsm += 2) { in L2CA_Register()
151 p_rcb = l2cu_find_rcb_by_psm(vpsm); in L2CA_Register()
155 log::debug("L2CAP - Real PSM: 0x{:04x} Virtual PSM: 0x{:04x}", psm, vpsm); in L2CA_Register()
159 p_rcb = l2cu_find_rcb_by_psm(vpsm); in L2CA_Register()
161 p_rcb = l2cu_allocate_rcb(vpsm); in L2CA_Register()
164 vpsm); in L2CA_Register()
180 return (vpsm); in L2CA_Register()
421 uint16_t vpsm = psm; in L2CA_RegisterLECoc() local
427 vpsm = L2CA_AllocateLePSM(); in L2CA_RegisterLECoc()
[all …]