Home
last modified time | relevance | path

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

/system/bt/btif/include/
Dbtif_pan_internal.h39 #define TAP_IF_NAME "bt-pan" macro
/system/bt/btif/src/
Dbtif_pan.c418 strncpy(ifr.ifr_name, TAP_IF_NAME, IFNAMSIZ); in btpan_tap_open()
427 if (tap_if_up(TAP_IF_NAME, controller_get_interface()->get_address()) == 0) in btpan_tap_open()
433 BTIF_TRACE_ERROR("can not bring up tap interface:%s", TAP_IF_NAME); in btpan_tap_open()
470 if (tap_if_down(TAP_IF_NAME) == 0) in btpan_tap_close()
642 callback.control_state_cb(state, btpan_role, status, TAP_IF_NAME); in bta_pan_callback_transfer()