Searched refs:peer_dep_id (Results 1 – 5 of 5) sorted by relevance
/system/bt/tools/mcap_tool/ |
D | mcap_test_mcl.h | 74 uint8_t peer_dep_id, uint8_t cfg, bool should_connect);
|
D | mcap_test_mcl.cc | 72 uint16_t mdl_id, uint8_t peer_dep_id, uint8_t cfg, in CreateMdl() argument 81 mcap_mdl = AllocateMdl(mdep_handle, mdl_id, peer_dep_id, cfg); in CreateMdl()
|
D | mcap_tool.cc | 708 uint8_t peer_dep_id = get_int(&p, 0); // arg5 in do_mcap_create_mdl() local 714 __func__, buf, mdep_handle, data_psm, mdl_id, peer_dep_id, cfg, in do_mcap_create_mdl() 716 if (!data_psm || !peer_dep_id || !valid_bd_addr || !mdep_handle) { in do_mcap_create_mdl() 725 bool ret = mcap_mcl->CreateMdl(mdep_handle, data_psm, mdl_id, peer_dep_id, in do_mcap_create_mdl()
|
/system/bt/stack/mcap/ |
D | mca_api.cc | 387 uint16_t mdl_id, uint8_t peer_dep_id, uint8_t cfg, in MCA_CreateMdl() argument 394 mdl_id, peer_dep_id); in MCA_CreateMdl() 401 if ((peer_dep_id > MCA_MAX_MDEP_ID) || (!MCA_IS_VALID_MDL_ID(mdl_id))) { in MCA_CreateMdl() 402 MCA_TRACE_ERROR("bad peer dep id:%d or bad mdl id: %d ", peer_dep_id, in MCA_CreateMdl() 426 p_evt_data->mdep_id = peer_dep_id; in MCA_CreateMdl()
|
/system/bt/stack/include/ |
D | mca_api.h | 371 uint16_t mdl_id, uint8_t peer_dep_id, 533 uint8_t peer_dep_id, uint8_t cfg,
|