Home
last modified time | relevance | path

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

/system/bt/bta/dm/
Dbta_dm_act.c655 UINT8 other_transport = BT_TRANSPORT_INVALID; in bta_dm_remove_device() local
675 other_transport = BT_TRANSPORT_BR_EDR; in bta_dm_remove_device()
677 other_transport = BT_TRANSPORT_LE; in bta_dm_remove_device()
690 if ((other_transport && (BTM_ReadConnectedTransportAddress(other_address, other_transport))) || in bta_dm_remove_device()
691 (!other_transport && (BTM_ReadConnectedTransportAddress(other_address, BT_TRANSPORT_BR_EDR) || in bta_dm_remove_device()