HomeSort by relevance Sort by last modified time
    Searched defs:psm (Results 1 - 14 of 14) sorted by null

  /system/bt/bta/jv/
bta_jv_int.h 72 uint16_t psm; /* the psm used for this server connection */ member in struct:__anon1644
bta_jv_act.cc 362 p_cb->psm = 0;
542 * Description for now use only the legal PSM per JSR82 spec
547 bool bta_jv_check_psm(uint16_t psm) {
550 if (L2C_IS_VALID_PSM(psm)) {
551 if (psm < 0x1001) {
553 switch (psm) {
610 * We keep a list of PSM's that have been freed from JAVA, for reuse.
611 * This function will return a free PSM, and delete it from the free
619 uint16_t psm = bta_jv_cb.free_psm_list[i]; local
620 if (psm != 0)
654 uint16_t psm = 0; local
    [all...]
  /system/bt/stack/l2cap/
l2c_main.cc 176 uint16_t psm; local
177 STREAM_TO_UINT16(psm, p);
178 L2CAP_TRACE_DEBUG("GOT CONNECTIONLESS DATA PSM:%d", psm);
375 STREAM_TO_UINT16(con_info.psm, p);
377 tL2C_RCB* p_rcb = l2cu_find_rcb_by_psm(con_info.psm);
379 L2CAP_TRACE_WARNING("L2CAP - rcvd conn req for unknown PSM: %d",
380 con_info.psm);
386 "L2CAP - rcvd conn req for outgoing-only connection PSM: %d",
387 con_info.psm);
    [all...]
l2c_api.cc 54 * Returns PSM to use or zero if error. Typically, the PSM returned
56 * connection to a dynamic PSM, a "virtual" PSM is returned
61 uint16_t L2CA_Register(uint16_t psm, tL2CAP_APPL_INFO* p_cb_info) {
63 uint16_t vpsm = psm;
65 L2CAP_TRACE_API("L2CAP - L2CA_Register() called for PSM: 0x%04x", psm);
74 L2CAP_TRACE_ERROR("L2CAP - no cb registering PSM: 0x%04x", psm);
171 uint16_t psm = l2cb.dyn_psm; local
206 uint16_t psm = l2cb.le_dyn_psm; local
    [all...]
  /system/bt/stack/gap/
gap_conn.cc 57 uint16_t psm; member in struct:__anon2194
88 uint16_t psm, uint8_t l2cap_id);
150 * psm - the PSM used for the connection
169 bool is_server, const RawAddress* p_rem_bda, uint16_t psm,
230 /* If originator, use a dynamic PSM */
236 /* Register the PSM with L2CAP */
238 p_ccb->psm = L2CA_REGISTER(
239 psm, &conn.reg_info, AMP_AUTOSWITCH_ALLOWED | AMP_USE_AMP_IF_POSSIBLE);
240 if (p_ccb->psm == 0)
    [all...]
  /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/bta/hearing_aid/
hearing_aid.cc 39 void btif_storage_add_hearing_aid(const RawAddress& address, uint16_t psm,
136 uint16_t psm; member in struct:__anon1347::HearingDevice
146 HearingDevice(const RawAddress& address, uint16_t psm, uint8_t capabilities,
159 psm(psm),
174 psm(0) {}
278 void AddFromStorage(const RawAddress& address, uint16_t psm,
288 address, psm, capabilities, codecs, audio_control_point_handle,
491 DVLOG(2) << "Reading PSM " << loghex(psm_handle);
574 LOG(ERROR) << "Error reading PSM for device" << hearingDevice->address
    [all...]
  /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/btif/src/
btif_storage.cc 1414 uint16_t psm = value; local
    [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
  /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...]
  /frameworks/base/core/java/android/os/
BatteryStats.java 6630 int psm = SystemProto.BatteryLevelStep.PSM_MIXED; local
    [all...]
  /prebuilts/tools/common/m2/repository/org/apache/logging/log4j/log4j-api/2.5/
log4j-api-2.5.jar 
  /prebuilts/tools/common/m2/repository/net/sf/saxon/Saxon-HE/9.8.0-5/
Saxon-HE-9.8.0-5.jar 

Completed in 274 milliseconds