Searched refs:our_addr (Results 1 – 1 of 1) sorted by relevance
/device/soc/winnermicro/wm800/board/src/bt/blehost/nimble/host/src/ |
D | ble_sm_sc.c | 617 static void ble_sm_sc_dhkey_addrs(struct ble_sm_proc *proc, ble_addr_t *our_addr, ble_addr_t *peer_… in ble_sm_sc_dhkey_addrs() argument 623 *our_addr = addrs.our_ota_addr; in ble_sm_sc_dhkey_addrs() 630 ble_addr_t our_addr; in ble_sm_sc_dhkey_check_exec() local 654 ble_sm_sc_dhkey_addrs(proc, &our_addr, &peer_addr); in ble_sm_sc_dhkey_check_exec() 663 our_addr.type, our_addr.val, peer_addr.type, in ble_sm_sc_dhkey_check_exec() 691 ble_addr_t our_addr; in ble_sm_dhkey_check_process() local 723 ble_sm_sc_dhkey_addrs(proc, &our_addr, &peer_addr); in ble_sm_dhkey_check_process() 732 our_addr.type, our_addr.val, in ble_sm_dhkey_check_process()
|