Lines Matching refs:pp
143 uint8_t* pp = data; in read_phy_cb() local
144 STREAM_TO_UINT8(status, pp); in read_phy_cb()
145 STREAM_TO_UINT16(handle, pp); in read_phy_cb()
147 STREAM_TO_UINT8(tx_phy, pp); in read_phy_cb()
148 STREAM_TO_UINT8(rx_phy, pp); in read_phy_cb()
183 uint8_t* pp = data; in BTM_BleReadPhy() local
184 UINT16_TO_STREAM(pp, handle); in BTM_BleReadPhy()
225 uint8_t* pp = data; in BTM_BleSetPhy() local
226 UINT16_TO_STREAM(pp, handle); in BTM_BleSetPhy()
227 UINT8_TO_STREAM(pp, all_phys); in BTM_BleSetPhy()
228 UINT8_TO_STREAM(pp, tx_phys); in BTM_BleSetPhy()
229 UINT8_TO_STREAM(pp, rx_phys); in BTM_BleSetPhy()
230 UINT16_TO_STREAM(pp, phy_options); in BTM_BleSetPhy()