Lines Matching refs:UINT8_TO_STREAM
468 UINT8_TO_STREAM(p, cmd_code); in smp_build_pairing_cmd()
469 UINT8_TO_STREAM(p, p_cb->local_io_capability); in smp_build_pairing_cmd()
470 UINT8_TO_STREAM(p, p_cb->loc_oob_flag); in smp_build_pairing_cmd()
471 UINT8_TO_STREAM(p, p_cb->loc_auth_req); in smp_build_pairing_cmd()
472 UINT8_TO_STREAM(p, p_cb->loc_enc_size); in smp_build_pairing_cmd()
473 UINT8_TO_STREAM(p, p_cb->local_i_key); in smp_build_pairing_cmd()
474 UINT8_TO_STREAM(p, p_cb->local_r_key); in smp_build_pairing_cmd()
500 UINT8_TO_STREAM(p, SMP_OPCODE_CONFIRM); in smp_build_confirm_cmd()
524 UINT8_TO_STREAM(p, SMP_OPCODE_RAND); in smp_build_rand_cmd()
549 UINT8_TO_STREAM(p, SMP_OPCODE_ENCRYPT_INFO); in smp_build_encrypt_info_cmd()
574 UINT8_TO_STREAM(p, SMP_OPCODE_CENTRAL_ID); in smp_build_central_id_cmd()
603 UINT8_TO_STREAM(p, SMP_OPCODE_IDENTITY_INFO); in smp_build_identity_info_cmd()
628 UINT8_TO_STREAM(p, SMP_OPCODE_ID_ADDR); in smp_build_id_addr_cmd()
629 UINT8_TO_STREAM(p, 0); in smp_build_id_addr_cmd()
654 UINT8_TO_STREAM(p, SMP_OPCODE_SIGN_INFO); in smp_build_signing_info_cmd()
679 UINT8_TO_STREAM(p, SMP_OPCODE_PAIRING_FAILED); in smp_build_pairing_fail()
680 UINT8_TO_STREAM(p, p_cb->failure); in smp_build_pairing_fail()
703 UINT8_TO_STREAM(p, SMP_OPCODE_SEC_REQ); in smp_build_security_request()
704 UINT8_TO_STREAM(p, p_cb->loc_auth_req); in smp_build_security_request()
736 UINT8_TO_STREAM(p, SMP_OPCODE_PAIR_PUBLIC_KEY); in smp_build_pair_public_key_cmd()
761 UINT8_TO_STREAM(p, SMP_OPCODE_CONFIRM); in smp_build_pairing_commitment_cmd()
786 UINT8_TO_STREAM(p, SMP_OPCODE_PAIR_DHKEY_CHECK); in smp_build_pair_dhkey_check_cmd()
811 UINT8_TO_STREAM(p, SMP_OPCODE_PAIR_KEYPR_NOTIF); in smp_build_pairing_keypress_notification_cmd()
812 UINT8_TO_STREAM(p, p_cb->local_keypress_notification); in smp_build_pairing_keypress_notification_cmd()
1183 UINT8_TO_STREAM(p, SMP_OPCODE_PAIRING_FAILED); in smp_reject_unexpected_pairing_command()
1184 UINT8_TO_STREAM(p, SMP_PAIR_NOT_SUPPORT); in smp_reject_unexpected_pairing_command()
1397 UINT8_TO_STREAM(p, addr_type); in smp_collect_local_ble_address()
1424 UINT8_TO_STREAM(p, addr_type); in smp_collect_peer_ble_address()