Home
last modified time | relevance | path

Searched refs:p_role_cb (Results 1 – 2 of 2) sorted by relevance

/system/bt/bta/sys/
Dbta_sys_conn.c75 bta_sys_cb.p_role_cb = p_cback; in bta_sys_role_chg_register()
105 if (bta_sys_cb.p_role_cb) in bta_sys_notify_role_chg()
107 bta_sys_cb.p_role_cb(BTA_SYS_ROLE_CHANGE, new_role, hci_status, p_bda); in bta_sys_notify_role_chg()
Dbta_sys_int.h68 tBTA_SYS_CONN_CBACK *p_role_cb; /* role change callback registered by AV */ member