Searched refs:BTA_PanOpen (Results 1 – 3 of 3) sorted by relevance
175 void BTA_PanOpen(BD_ADDR bd_addr, tBTA_PAN_ROLE local_role, tBTA_PAN_ROLE peer_role) in BTA_PanOpen() function232 void BTA_PanOpen(BD_ADDR bd_addr, tBTA_PAN_ROLE local_role, tBTA_PAN_ROLE peer_role) in BTA_PanOpen() function
179 void BTA_PanOpen(BD_ADDR bd_addr, tBTA_PAN_ROLE local_role, tBTA_PAN_ROLE peer_role);
241 BTA_PanOpen((UINT8*)bd_addr->address, bta_local_role, bta_remote_role); in btpan_connect()