HomeSort by relevance Sort by last modified time
    Searched full:other_transport (Results 1 - 1 of 1) sorted by null

  /system/bt/bta/dm/
bta_dm_act.c 713 UINT8 other_transport = BT_TRANSPORT_INVALID; local
737 /* save the other transport to check if device is connected on other_transport */
739 other_transport = BT_TRANSPORT_BR_EDR;
741 other_transport = BT_TRANSPORT_LE;
755 if ((other_transport && (BTM_ReadConnectedTransportAddress(other_address, other_transport))) ||
756 (!other_transport && (BTM_ReadConnectedTransportAddress(other_address, BT_TRANSPORT_BR_EDR) ||
    [all...]

Completed in 193 milliseconds