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

  /external/chromium_org/device/bluetooth/
bluetooth_profile.h 47 // L2CAP PSM number.
49 uint16 psm; member in struct:device::BluetoothProfile::Options
  /external/chromium_org/chromeos/dbus/
bluetooth_profile_manager_client.h 53 // PSM number.
54 uint16 psm; member in struct:chromeos::BluetoothProfileManagerClient::Options
  /external/bluetooth/bluedroid/stack/l2cap/
l2c_ucd.c 93 UINT16 psm; local
99 STREAM_TO_UINT16(psm, p)
104 if ((p_rcb = l2cu_find_rcb_by_psm (psm)) == NULL)
106 L2CAP_TRACE_ERROR1 ("L2CAP - no RCB for l2c_ucd_data_ind_cback, PSM: 0x%04x", psm);
138 L2CAP_TRACE_DEBUG4 ("L2CAP - Calling UCDCongestionStatus_Cb (%d), PSM=0x%04x, BDA: %08x%04x,",
139 is_congested, p_rcb->psm,
195 ** Description Register PSM on UCD.
202 BOOLEAN L2CA_UcdRegister ( UINT16 psm, tL2CAP_UCD_CB_INFO *p_cb_info )
206 L2CAP_TRACE_API1 ("L2CA_UcdRegister() PSM: 0x%04x", psm)
755 UINT16 psm; local
832 UINT16 psm; local
    [all...]
l2c_api.c 45 ** Returns PSM to use or zero if error. Typically, the PSM returned
47 ** connection to a dynamic PSM, a "virtual" PSM is returned
52 UINT16 L2CA_Register (UINT16 psm, tL2CAP_APPL_INFO *p_cb_info)
55 UINT16 vpsm = psm;
57 L2CAP_TRACE_API1 ("L2CAP - L2CA_Register() called for PSM: 0x%04x", psm);
69 L2CAP_TRACE_ERROR1 ("L2CAP - no cb registering PSM: 0x%04x", psm);
171 UINT16 psm = l2cb.dyn_psm; local
    [all...]
l2c_main.c 63 void l2c_bcst_msg( BT_HDR *p_buf, UINT16 psm )
98 UINT16_TO_STREAM (p, psm);
126 UINT16 l2cap_len, rcv_cid, psm; local
235 STREAM_TO_UINT16 (psm, p);
236 L2CAP_TRACE_DEBUG1( "GOT CONNECTIONLESS DATA PSM:%d", psm ) ;
238 if (psm == TCS_PSM_INTERCOM || psm == TCS_PSM_CORDLESS)
404 STREAM_TO_UINT16 (con_info.psm, p);
406 if ((p_rcb = l2cu_find_rcb_by_psm (con_info.psm)) == NULL
    [all...]
l2c_int.h 264 UINT16 psm; member in struct:__anon3925
266 /* this is the real PSM that we need to connect to */
531 UINT16 psm; /* PSM of the connection */ member in struct:__anon3929
666 extern tL2C_RCB *l2cu_allocate_rcb (UINT16 psm);
667 extern tL2C_RCB *l2cu_find_rcb_by_psm (UINT16 psm);
    [all...]
  /external/bluetooth/bluedroid/stack/gap/
gap_conn.c 32 static void gap_connect_ind (BD_ADDR bd_addr, UINT16 l2cap_cid, UINT16 psm, UINT8 l2cap_id);
107 ** psm - the PSM used for the connection
122 BD_ADDR p_rem_bda, UINT16 psm, tL2CAP_CFG_INFO *p_cfg,
164 /* If originator, use a dynamic PSM */
177 /* Register the PSM with L2CAP */
178 if ((p_ccb->psm = L2CA_REGISTER (psm, &gap_cb.conn.reg_info, AMP_AUTOSWITCH_ALLOWED|AMP_USE_AMP_IF_POSSIBLE)) == 0)
180 GAP_TRACE_ERROR1 ("GAP_ConnOpen: Failure registering PSM 0x%04x", psm);
1167 UINT16 psm = p_ccb->psm; local
    [all...]
gap_int.h 95 UINT16 psm; member in struct:__anon3546
  /external/qemu/distrib/sdl-1.2.15/src/video/ps2gs/
SDL_gsyuv.c 83 int fbp, fbw, psm; local
218 psm = screen_image.psm;
231 ((unsigned long long)psm << 56);
271 ((unsigned long long)psm << 20) +
403 if ( screen_image.psm == PS2_GS_PSMCT16 ) {
  /external/qemu/hw/
bt-l2cap.c 98 int psm; member in struct:bt_l2cap_psm_s
389 struct bt_l2cap_device_s *device, int psm)
393 while (ret && ret->psm != psm)
400 int psm, int source_cid)
409 psm_info = l2cap_psm(l2cap->dev, psm);
744 int psm, int source_cid)
746 struct l2cap_chan_s *ch = l2cap_channel_open(l2cap, psm, source_cid);
826 le16_to_cpu(((l2cap_conn_req *) params)->psm),
    [all...]
bt.h 132 void bt_l2cap_psm_register(struct bt_l2cap_device_s *dev, int psm,
1750 uint16_t psm; member in struct:__anon27175
    [all...]
  /external/bluetooth/bluedroid/bta/include/
bta_jv_api.h 145 #define BTA_JV_GET_PSM_EVT 7 /* Reserved a PSM */
422 UINT16 psm; /* BTA_JV_GET_PSM_EVT */ member in union:__anon3244
735 ** Description This function reserves a PSM (Protocol Service Multiplexer)
737 ** server profiles/applications to register their PSM into the
740 ** Returns The next free PSM
    [all...]
  /external/bluetooth/bluedroid/bta/jv/
bta_jv_int.h 191 UINT16 psm; /* the psm used for this server connection */ member in struct:__anon3268
  /external/bluetooth/bluedroid/stack/include/
obx_api.h 453 UINT16 psm; /* The L2CAP PSM number that this server listens for incoming requests. 0, if do not wish to listen to connection from L2CAP. */ member in struct:__anon3850
727 ** Otherwise, it allocates a control block for the given PSM.
728 ** The associated virtual PSM assigned by L2CAP is returned in p_psm
    [all...]
  /external/bluetooth/bluedroid/stack/btm/
btm_int.h 459 UINT16 psm; /* L2CAP PSM value */ member in struct:__anon3526
720 UINT16 psm; member in struct:__anon3541
    [all...]

Completed in 1227 milliseconds