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

  /system/bt/stack/gap/
gap_conn.c 34 static void gap_connect_ind (BD_ADDR bd_addr, UINT16 l2cap_cid, UINT16 psm, UINT8 l2cap_id);
111 ** psm - the PSM used for the connection
127 BD_ADDR p_rem_bda, UINT16 psm, tL2CAP_CFG_INFO *p_cfg,
180 /* If originator, use a dynamic PSM */
193 /* Register the PSM with L2CAP */
196 p_ccb->psm = L2CA_REGISTER (psm, &gap_cb.conn.reg_info,
198 if (p_ccb->psm == 0)
200 GAP_TRACE_ERROR ("%s: Failure registering PSM 0x%04x", __func__, psm)
1202 UINT16 psm = p_ccb->psm; local
    [all...]
gap_int.h 74 UINT16 psm; member in struct:__anon72486
  /system/bt/stack/l2cap/
l2c_ucd.c 96 UINT16 psm; local
102 STREAM_TO_UINT16(psm, p)
107 if ((p_rcb = l2cu_find_rcb_by_psm (psm)) == NULL)
109 L2CAP_TRACE_ERROR ("L2CAP - no RCB for l2c_ucd_data_ind_cback, PSM: 0x%04x", psm);
141 L2CAP_TRACE_DEBUG ("L2CAP - Calling UCDCongestionStatus_Cb (%d), PSM=0x%04x, BDA: %08x%04x,",
142 is_congested, p_rcb->psm,
198 ** Description Register PSM on UCD.
205 BOOLEAN L2CA_UcdRegister ( UINT16 psm, tL2CAP_UCD_CB_INFO *p_cb_info )
209 L2CAP_TRACE_API ("L2CA_UcdRegister() PSM: 0x%04x", psm)
766 UINT16 psm; local
834 UINT16 psm; local
    [all...]
l2c_main.c 74 UINT16 l2cap_len, rcv_cid, psm; local
187 STREAM_TO_UINT16 (psm, p);
188 L2CAP_TRACE_DEBUG( "GOT CONNECTIONLESS DATA PSM:%d", psm ) ;
384 STREAM_TO_UINT16 (con_info.psm, p);
386 if ((p_rcb = l2cu_find_rcb_by_psm (con_info.psm)) == NULL)
388 L2CAP_TRACE_WARNING ("L2CAP - rcvd conn req for unknown PSM: %d", con_info.psm);
396 L2CAP_TRACE_WARNING ("L2CAP - rcvd conn req for outgoing-only connection PSM: %d", con_info.psm);
    [all...]
l2c_api.c 53 ** Returns PSM to use or zero if error. Typically, the PSM returned
55 ** connection to a dynamic PSM, a "virtual" PSM is returned
60 UINT16 L2CA_Register (UINT16 psm, tL2CAP_APPL_INFO *p_cb_info)
63 UINT16 vpsm = psm;
65 L2CAP_TRACE_API ("L2CAP - L2CA_Register() called for PSM: 0x%04x", psm);
77 L2CAP_TRACE_ERROR ("L2CAP - no cb registering PSM: 0x%04x", psm);
177 UINT16 psm = l2cb.dyn_psm; local
    [all...]
l2c_int.h 241 UINT16 psm; member in struct:__anon72816
243 /* this is the real PSM that we need to connect to */
261 UINT16 psm; member in struct:__anon72817
532 UINT16 psm; /* PSM of the connection */ member in struct:__anon72821
    [all...]
  /system/bt/bta/include/
bta_jv_api.h 132 #define BTA_JV_GET_PSM_EVT 7 /* Reserved a PSM */
364 UINT16 psm; /* BTA_JV_GET_PSM_EVT */ member in union:__anon72070
448 ** Description This function reserves a SCN/PSM for applications running
450 ** server profiles/applications to register their SCN/PSM into the
453 ** If the SCN/PSM reported is 0, that means all SCN resources are
457 ** SCN/PSM returned in the EVT will be 0 - no attempt to request
472 ** Description This function frees a SCN/PSM that was used
687 ** PSM-based connections
    [all...]
  /system/bt/bta/jv/
bta_jv_act.c 394 p_cb->psm = 0;
590 ** Description for now use only the legal PSM per JSR82 spec
595 BOOLEAN bta_jv_check_psm(UINT16 psm)
599 if (L2C_IS_VALID_PSM(psm))
601 if (psm < 0x1001)
604 switch (psm)
688 * We keep a list of PSM's that have been freed from JAVA, for reuse.
689 * This function will return a free PSM, and delete it from the free
696 UINT16 psm = bta_jv_cb.free_psm_list[i]; local
697 if (psm != 0)
736 UINT16 psm = 0; local
    [all...]
bta_jv_int.h 123 UINT16 psm; /* the psm used for this server connection */ member in struct:__anon72092
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
bthdef.h 443 USHORT psm; member in struct:_BTH_L2CAP_EVENT_INFO
  /system/bt/stack/btm/
btm_int.h 435 UINT16 psm; /* L2CAP PSM value */ member in struct:__anon72466
750 UINT16 psm; member in struct:__anon72482
    [all...]

Completed in 387 milliseconds