Lines Matching refs:src
162 BD_ADDR src; in bta_pan_co_tx_path() local
186 if ((p_buf = bta_pan_ci_readbuf(handle, src, dst, &protocol, in bta_pan_co_tx_path()
192 if(is_empty_eth_addr(conn->eth_addr) && is_valid_bt_eth_addr(src)) in bta_pan_co_tx_path()
196 bdaddr_to_string((bt_bdaddr_t *)src, bdstr, sizeof(bdstr)); in bta_pan_co_tx_path()
198 bdaddr_to_string((bt_bdaddr_t *)src, bdstr, sizeof(bdstr))); in bta_pan_co_tx_path()
199 memcpy(conn->eth_addr, src, sizeof(conn->eth_addr)); in bta_pan_co_tx_path()
202 btpan_tap_send(btpan_cb.tap_fd, src, dst, protocol, in bta_pan_co_tx_path()
243 void bta_pan_co_tx_write(UINT16 handle, UINT8 app_id, BD_ADDR src, BD_ADDR dst, in bta_pan_co_tx_write() argument
249 UNUSED(src); in bta_pan_co_tx_write()
273 void bta_pan_co_tx_writebuf(UINT16 handle, UINT8 app_id, BD_ADDR src, in bta_pan_co_tx_writebuf() argument
279 UNUSED(src); in bta_pan_co_tx_writebuf()