Lines Matching refs:pp
795 uint8_t* pp = data; in read_phy_cb() local
796 STREAM_TO_UINT8(status, pp); in read_phy_cb()
797 STREAM_TO_UINT16(handle, pp); in read_phy_cb()
799 STREAM_TO_UINT8(tx_phy, pp); in read_phy_cb()
800 STREAM_TO_UINT8(rx_phy, pp); in read_phy_cb()
846 uint8_t* pp = data; in BTM_BleReadPhy() local
847 UINT16_TO_STREAM(pp, handle); in BTM_BleReadPhy()
882 uint8_t* pp = data; in BTM_BleSetDefaultPhy() local
883 UINT8_TO_STREAM(pp, all_phys); in BTM_BleSetDefaultPhy()
884 UINT8_TO_STREAM(pp, tx_phys); in BTM_BleSetDefaultPhy()
885 UINT8_TO_STREAM(pp, rx_phys); in BTM_BleSetDefaultPhy()
945 uint8_t* pp = data; in BTM_BleSetPhy() local
946 UINT16_TO_STREAM(pp, handle); in BTM_BleSetPhy()
947 UINT8_TO_STREAM(pp, all_phys); in BTM_BleSetPhy()
948 UINT8_TO_STREAM(pp, tx_phys); in BTM_BleSetPhy()
949 UINT8_TO_STREAM(pp, rx_phys); in BTM_BleSetPhy()
950 UINT16_TO_STREAM(pp, phy_options); in BTM_BleSetPhy()
2046 uint8_t* pp; in BTM_BleDataSignature() local
2050 pp = p_buf; in BTM_BleDataSignature()
2054 pp = (p_buf + len); in BTM_BleDataSignature()
2057 UINT32_TO_STREAM(pp, p_rec->ble.keys.local_counter); in BTM_BleDataSignature()