HomeSort by relevance Sort by last modified time
    Searched refs:psm (Results 26 - 50 of 50) sorted by null

12

  /system/bt/stack/l2cap/
l2c_utils.cc 505 * CCB (non-existant PSM or no resources).
    [all...]
  /system/bt/bta/jv/
bta_jv_int.h 72 uint16_t psm; /* the psm used for this server connection */ member in struct:__anon1644
  /system/bt/stack/include/
gap_api.h 178 uint16_t psm, uint16_t le_mps,
btm_api.h     [all...]
  /system/bt/stack/avdt/
avdt_l2c.cc 42 uint16_t psm, uint8_t id);
166 UNUSED_ATTR uint16_t psm, uint8_t id) {
  /system/bt/stack/rfcomm/
rfc_l2cap_if.cc 44 uint16_t psm, uint8_t id);
89 UNUSED_ATTR uint16_t psm, uint8_t id) {
  /system/bt/stack/hid/
hidh_conn.cc 54 uint16_t l2cap_cid, uint16_t psm,
202 uint16_t l2cap_cid, uint16_t psm,
209 HIDH_TRACE_EVENT("HID-Host Rcvd L2CAP conn ind, PSM: 0x%04x CID 0x%x", psm,
222 if (psm == HID_PSM_INTERRUPT) {
252 if (psm == HID_PSM_CONTROL) {
284 "HID-Host Rcvd L2CAP conn ind, sent config req, PSM: 0x%04x CID 0x%x",
285 psm, l2cap_cid);
    [all...]
hidd_conn.cc 48 uint16_t psm, uint8_t id);
179 uint16_t psm, uint8_t id) {
184 HIDD_TRACE_EVENT("%s: psm=%04x cid=%04x id=%02x", __func__, psm, cid, id);
197 switch (psm) {
224 HIDD_TRACE_ERROR("%s: received invalid PSM, rejecting", __func__);
234 if (psm == HID_PSM_CONTROL) {
  /external/sl4a/Common/src/com/googlecode/android_scripting/facade/bluetooth/
BluetoothSocketConnFacade.java 140 * Begin Connect Thread using PSM value
144 * @param psmValue the assigned PSM value to use for this socket connection
273 * Begins a thread to accept an L2CAP connection over Bluetooth with PSM value
275 * @param psmValue the PSM value to identify this L2CAP connection
293 Log.d("bluetoothSocketConnBeginAcceptThreadPsm: PSM value=" + psmValue);
301 * Get the current BluetoothServerSocket PSM value
302 * @return Integer the assigned PSM value
305 @Rpc(description = "Returns the PSM value")
307 Integer psm = new Integer(mAcceptThread.getPsm()); local
308 Log.d("bluetoothSocketConnGetPsm: PSM value=" + psm)
    [all...]
  /system/bt/btif/src/
btif_storage.cc 1414 uint16_t psm = value; local
    [all...]
btif_sock_l2cap.cc 71 int channel; // channel (fixed_chan) or PSM (!fixed_chan)
79 unsigned fixed_chan : 1; // fixed channel (or psm?)
83 unsigned server_psm_sent : 1; // The server shall only send PSM once.
588 << (sock->fixed_chan ? ", fixed_chan:" : ", PSM: ") << sock->channel
752 * When using a dynamic PSM, a PSM allocation is requested from
754 * The PSM allocation event is refeived in the JV-callback - currently located
756 * and this function is called with the newly allocated PSM.
758 void on_l2cap_psm_assigned(int id, int psm) {
768 sock->channel = psm;
    [all...]
btif_sock_rfc.cc 679 APPL_TRACE_DEBUG("Received PSM: 0x%04x", p_data->psm);
680 on_l2cap_psm_assigned(id, p_data->psm);
  /system/bt/stack/btm/
btm_int_types.h 407 uint16_t psm; /* L2CAP PSM value */ member in struct:__anon2169
721 uint16_t psm; member in struct:__anon2185
    [all...]
btm_ble.cc     [all...]
  /system/bt/stack/sdp/
sdp_main.cc 54 UNUSED_ATTR uint16_t psm, uint8_t l2cap_id);
168 UNUSED_ATTR uint16_t psm, uint8_t l2cap_id) {
  /system/bt/stack/bnep/
bnep_main.cc 60 uint16_t psm, uint8_t l2cap_id);
73 * Description This function registers BNEP PSM with L2CAP
117 UNUSED_ATTR uint16_t psm, uint8_t l2cap_id) {
  /system/bt/bta/include/
bta_jv_api.h 134 #define BTA_JV_GET_PSM_EVT 7 /* Reserved a PSM */
345 uint16_t psm; /* BTA_JV_GET_PSM_EVT */ member in union:__anon1624
430 * Description This function reserves a SCN/PSM for applications running
432 * server profiles/applications to register their SCN/PSM into
435 * If the SCN/PSM reported is 0, that means all SCN resources
439 * SCN/PSM returned in the EVT will be 0 - no attempt to
452 * Description This function frees a SCN/PSM that was used
665 * PSM-based connections
    [all...]
  /system/bt/stack/gatt/
gatt_main.cc 58 uint16_t l2cap_cid, uint16_t psm,
124 /* Now, register with L2CAP for ATT PSM over BR/EDR */
602 UNUSED_ATTR uint16_t psm, uint8_t id) {
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
bthdef.h 442 USHORT psm; member in struct:_BTH_L2CAP_EVENT_INFO
  /prebuilts/tools/common/m2/repository/org/apache/logging/log4j/log4j-api/2.5/
log4j-api-2.5.jar 
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Modules/
socketmodule.c     [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Modules/
socketmodule.c 1058 _BT_L2_MEMB(a, psm));
    [all...]
  /external/python/cpython2/Modules/
socketmodule.c     [all...]
  /external/python/cpython3/Modules/
socketmodule.c     [all...]
  /frameworks/base/core/java/android/os/
BatteryStats.java 6630 int psm = SystemProto.BatteryLevelStep.PSM_MIXED; local
    [all...]

Completed in 556 milliseconds

12