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

12

  /external/chromium_org/device/bluetooth/
bluetooth_adapter.h 166 scoped_ptr<int> psm; member in struct:device::BluetoothAdapter::ServiceOptions
322 // listening on PSM |options.psm|, which may be left null to automatically
bluetooth_socket_chromeos.cc 147 options_->psm.reset(
148 new uint16(service_options.psm ? *service_options.psm : 0));
  /external/bluetooth/bluedroid/stack/hid/
hidh_conn.c 53 UINT16 psm, UINT8 l2cap_id);
205 static void hidh_l2cif_connect_ind (BD_ADDR bd_addr, UINT16 l2cap_cid, UINT16 psm, UINT8 l2cap_id)
212 HIDH_TRACE_EVENT ("HID-Host Rcvd L2CAP conn ind, PSM: 0x%04x CID 0x%x", psm, l2cap_cid);
225 if (psm == HID_PSM_INTERRUPT)
260 if (psm == HID_PSM_CONTROL)
289 HIDH_TRACE_EVENT ("HID-Host Rcvd L2CAP conn ind, sent config req, PSM: 0x%04x CID 0x%x",
290 psm, l2cap_cid);
    [all...]
  /external/bluetooth/bluedroid/stack/btm/
btm_int.h 473 UINT16 psm; /* L2CAP PSM value */ member in struct:__anon5872
756 UINT16 psm; member in struct:__anon5887
    [all...]
  /external/bluetooth/bluedroid/stack/bnep/
bnep_main.c 59 static void bnep_connect_ind (BD_ADDR bd_addr, UINT16 l2cap_cid, UINT16 psm, UINT8 l2cap_id);
75 ** Description This function registers BNEP PSM with L2CAP
121 static void bnep_connect_ind (BD_ADDR bd_addr, UINT16 l2cap_cid, UINT16 psm, UINT8 l2cap_id)
124 UNUSED(psm);
  /external/bluetooth/bluedroid/stack/gatt/
gatt_main.c 51 static void gatt_l2cif_connect_ind_cback (BD_ADDR bd_addr, UINT16 l2cap_cid, UINT16 psm, UINT8 l2cap_id);
120 /* Now, register with L2CAP for ATT PSM over BR/EDR */
560 static void gatt_l2cif_connect_ind_cback (BD_ADDR bd_addr, UINT16 lcid, UINT16 psm, UINT8 id)
566 UNUSED(psm);
    [all...]
  /external/bluetooth/bluedroid/stack/l2cap/
l2c_utils.c 545 ** CCB (non-existant PSM or no resources).
    [all...]
l2c_fcr.c     [all...]
  /external/bluetooth/bluedroid/bta/jv/
bta_jv_act.c 407 p_cb->psm = 0;
670 ** Description for now use only the legal PSM per JSR82 spec
675 BOOLEAN bta_jv_check_psm(UINT16 psm)
679 if(L2C_IS_VALID_PSM(psm) )
681 if(psm < 0x1001)
684 switch(psm)
    [all...]
bta_jv_int.h 191 UINT16 psm; /* the psm used for this server connection */ member in struct:__anon5559
  /external/bluetooth/bluedroid/stack/include/
gap_api.h 551 BD_ADDR p_rem_bda, UINT16 psm, tL2CAP_CFG_INFO *p_cfg,
    [all...]
btm_api.h     [all...]
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:__anon6223
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/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:__anon5531
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/qemu/include/hw/
bt.h 132 void bt_l2cap_psm_register(struct bt_l2cap_device_s *dev, int psm,
1750 uint16_t psm; member in struct:__anon34473
    [all...]
  /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

Completed in 251 milliseconds

12