Searched refs:req_txp_cp (Results 1 - 1 of 1) sorted by relevance

/linux-4.4.14/net/bluetooth/
H A Dmgmt.c5858 struct hci_cp_read_tx_power req_txp_cp; get_conn_info() local
5872 req_txp_cp.handle = cpu_to_le16(conn->handle); get_conn_info()
5873 req_txp_cp.type = 0x00; get_conn_info()
5875 sizeof(req_txp_cp), &req_txp_cp); get_conn_info()
5880 req_txp_cp.handle = cpu_to_le16(conn->handle); get_conn_info()
5881 req_txp_cp.type = 0x01; get_conn_info()
5883 sizeof(req_txp_cp), &req_txp_cp); get_conn_info()

Completed in 96 milliseconds