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

  /external/bluetooth/bluez/health/
hdp_types.h 94 uint16_t ccpsm; /* Control channel psm */ member in struct:hdp_adapter
hdp_util.c 372 psm = sdp_data_alloc(SDP_UINT16, &adapter->ccpsm);
956 static gboolean get_ccpsm(sdp_list_t *recs, uint16_t *ccpsm)
963 if (hdp_get_prot_desc_list(rec, ccpsm, NULL))
1040 uint16_t ccpsm; local
1054 if (!get_ccpsm(recs, &ccpsm)) {
1063 if (!mcap_create_mcl(conn_data->dev->hdp_adapter->mi, &dst, ccpsm,

Completed in 168 milliseconds