Lines Matching refs:pp
836 uint8_t* pp = data; in read_phy_cb() local
837 STREAM_TO_UINT8(status, pp); in read_phy_cb()
838 STREAM_TO_UINT16(handle, pp); in read_phy_cb()
840 STREAM_TO_UINT8(tx_phy, pp); in read_phy_cb()
841 STREAM_TO_UINT8(rx_phy, pp); in read_phy_cb()
890 uint8_t* pp = data; in BTM_BleReadPhy() local
891 UINT16_TO_STREAM(pp, handle); in BTM_BleReadPhy()
957 uint8_t* pp = data; in BTM_BleSetPhy() local
958 UINT16_TO_STREAM(pp, handle); in BTM_BleSetPhy()
959 UINT8_TO_STREAM(pp, all_phys); in BTM_BleSetPhy()
960 UINT8_TO_STREAM(pp, tx_phys); in BTM_BleSetPhy()
961 UINT8_TO_STREAM(pp, rx_phys); in BTM_BleSetPhy()
962 UINT16_TO_STREAM(pp, phy_options); in BTM_BleSetPhy()
2064 uint8_t* pp; in BTM_BleDataSignature() local
2068 pp = p_buf; in BTM_BleDataSignature()
2072 pp = (p_buf + len); in BTM_BleDataSignature()
2075 UINT32_TO_STREAM(pp, p_rec->ble.keys.local_counter); in BTM_BleDataSignature()