Home
last modified time | relevance | path

Searched refs:BTA_HL_MDEP_ROLE_SINK (Results 1 – 4 of 4) sorted by relevance

/system/bt/bta/hl/
Dbta_hl_main.cc926 BTA_HL_MDEP_ROLE_SINK)) { in bta_hl_api_dch_open()
944 if (p_mdep_cfg->mdep_role == BTA_HL_MDEP_ROLE_SINK) { in bta_hl_api_dch_open()
947 p_dcb->peer_mdep_role = BTA_HL_MDEP_ROLE_SINK; in bta_hl_api_dch_open()
1129 if (p_mdep_cfg->mdep_role == BTA_HL_MDEP_ROLE_SINK) { in bta_hl_api_dch_reconnect()
1133 p_dcb->peer_mdep_role = BTA_HL_MDEP_ROLE_SINK; in bta_hl_api_dch_reconnect()
Dbta_hl_utils.cc303 if (p_dcb->peer_mdep_role == BTA_HL_MDEP_ROLE_SINK) { in bta_hl_get_service_uuids()
1942 BTA_HL_MDEP_ROLE_SINK) { in bta_hl_app_update()
2075 BTA_HL_MDEP_ROLE_SINK) { in bta_hl_app_registration()
/system/bt/btif/src/
Dbtif_hl.cc981 if (local_mdep_role == BTA_HL_MDEP_ROLE_SINK) in btif_hl_find_peer_mdep_id()
984 peer_mdep_role = BTA_HL_MDEP_ROLE_SINK; in btif_hl_find_peer_mdep_id()
1296 *p = BTA_HL_MDEP_ROLE_SINK; in btif_hl_get_bta_mdep_role()
2398 case BTA_HL_MDEP_ROLE_SINK: in btif_hl_proc_create_ind()
3610 BTA_HL_MDEP_ROLE_SINK) in connect_channel()
3613 p_acb->filter.elem[0].peer_mdep_role = BTA_HL_MDEP_ROLE_SINK; in connect_channel()
3684 BTA_HL_MDEP_ROLE_SINK) in destroy_channel()
3687 p_acb->filter.elem[0].peer_mdep_role = BTA_HL_MDEP_ROLE_SINK; in destroy_channel()
3814 if (p_cfg->mdep_role == BTA_HL_MDEP_ROLE_SINK) in register_application()
/system/bt/bta/include/
Dbta_hl_api.h167 #define BTA_HL_MDEP_ROLE_SINK 0x01 macro