Searched refs:rc_addr (Results 1 – 1 of 1) sorted by relevance
/system/bt/btif/src/ |
D | btif_rc.c | 173 BD_ADDR rc_addr; member 441 bt_bdaddr_t rc_addr; in handle_rc_ctrl_features() local 443 bdcpy(rc_addr.address,bd_addr); in handle_rc_ctrl_features() 465 HAL_CBACK(bt_rc_ctrl_callbacks, getrcfeatures_cb, &rc_addr, rc_features); in handle_rc_ctrl_features() 475 bt_bdaddr_t rc_addr; in handle_rc_features() local 477 bdcpy(rc_addr.address, btif_rc_cb.rc_addr); in handle_rc_features() 483 bdaddr_to_string(&rc_addr, addr2, sizeof(addr2))); in handle_rc_features() 485 if (interop_match_addr(INTEROP_DISABLE_ABSOLUTE_VOLUME, &rc_addr) in handle_rc_features() 487 || bdcmp(avdtp_addr.address, rc_addr.address)) in handle_rc_features() 509 HAL_CBACK(bt_rc_callbacks, remote_features_cb, &rc_addr, rc_features) in handle_rc_features() [all …]
|