/external/bluetooth/bluez/health/ |
mcap_lib.h | 165 uint16_t ccpsm, 204 BtIOSecLevel sec, uint16_t ccpsm,
|
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,
|
mcap.c | [all...] |
hdp.c | 1352 hdp_adapter->ccpsm = mcap_get_ctrl_psm(hdp_adapter->mi, &err); [all...] |