Searched refs:psm (Results 26 - 40 of 40) sorted by relevance

12

/external/bluetooth/bluedroid/stack/hid/
H A Dhidh_conn.c53 UINT16 psm, UINT8 l2cap_id);
205 static void hidh_l2cif_connect_ind (BD_ADDR bd_addr, UINT16 l2cap_cid, UINT16 psm, UINT8 l2cap_id) argument
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)
290 psm, l2cap_cid);
/external/bluetooth/bluedroid/stack/btm/
H A Dbtm_int.h473 UINT16 psm; /* L2CAP PSM value */ member in struct:__anon1247
756 UINT16 psm; member in struct:__anon1262
1128 extern tBTM_STATUS btm_sec_l2cap_access_req (BD_ADDR bd_addr, UINT16 psm,
1131 extern tBTM_STATUS btm_sec_mx_access_request (BD_ADDR bd_addr, UINT16 psm, BOOLEAN is_originator,
1182 extern UINT8 btm_sec_clr_service_by_psm (UINT16 psm);
/external/bluetooth/bluedroid/stack/bnep/
H A Dbnep_main.c59 static void bnep_connect_ind (BD_ADDR bd_addr, UINT16 l2cap_cid, UINT16 psm, UINT8 l2cap_id);
121 static void bnep_connect_ind (BD_ADDR bd_addr, UINT16 l2cap_cid, UINT16 psm, UINT8 l2cap_id) argument
124 UNUSED(psm);
/external/bluetooth/bluedroid/stack/gatt/
H A Dgatt_main.c51 static void gatt_l2cif_connect_ind_cback (BD_ADDR bd_addr, UINT16 l2cap_cid, UINT16 psm, UINT8 l2cap_id);
560 static void gatt_l2cif_connect_ind_cback (BD_ADDR bd_addr, UINT16 lcid, UINT16 psm, UINT8 id) argument
566 UNUSED(psm);
/external/chromium_org/device/bluetooth/
H A Dbluetooth_socket_chromeos.cc147 options_->psm.reset(
148 new uint16(service_options.psm ? *service_options.psm : 0));
H A Dbluetooth_adapter.h166 scoped_ptr<int> psm; member in struct:device::BluetoothAdapter::ServiceOptions
322 // listening on PSM |options.psm|, which may be left null to automatically
/external/bluetooth/bluedroid/stack/l2cap/
H A Dl2c_utils.c1678 if (p_rcb && (p_rcb->psm != p_rcb->real_psm))
1680 btm_sec_clr_service_by_psm(p_rcb->psm);
1782 tL2C_RCB *l2cu_allocate_rcb (UINT16 psm) argument
1792 p_rcb->psm = psm;
1817 p_rcb->psm = 0;
1863 tL2C_RCB *l2cu_find_rcb_by_psm (UINT16 psm) argument
1870 if ((p_rcb->in_use) && (p_rcb->psm == psm))
H A Dl2c_fcr.c2439 if (p_temp_ccb->in_use && p_temp_ccb->p_rcb && p_temp_ccb->p_rcb->psm == BT_PSM_RFCOMM)
/external/bluetooth/bluedroid/bta/jv/
H A Dbta_jv_act.c407 p_cb->psm = 0;
675 BOOLEAN bta_jv_check_psm(UINT16 psm) argument
679 if(L2C_IS_VALID_PSM(psm) )
681 if(psm < 0x1001)
684 switch(psm)
1613 p_cb->psm = 0; /* not a server */
1715 p_cb->psm = ls->local_psm;
1742 if(bta_jv_cb.l2c_cb[i].psm == ls->local_psm)
H A Dbta_jv_int.h191 UINT16 psm; /* the psm used for this server connection */ member in struct:__anon934
/external/bluetooth/bluedroid/stack/include/
H A Dgap_api.h551 BD_ADDR p_rem_bda, UINT16 psm, tL2CAP_CFG_INFO *p_cfg,
H A Dbtm_api.h3753 UINT16 psm, UINT32 mx_proto_id,
3770 UINT16 psm, UINT32 mx_proto_id,
H A Dobx_api.h453 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:__anon1598
/external/bluetooth/bluedroid/bta/include/
H A Dbta_jv_api.h422 UINT16 psm; /* BTA_JV_GET_PSM_EVT */ member in union:__anon906
/external/qemu/include/hw/
H A Dbt.h132 void bt_l2cap_psm_register(struct bt_l2cap_device_s *dev, int psm,
1750 uint16_t psm; member in struct:__anon29869

Completed in 389 milliseconds

12