Home
last modified time | relevance | path

Searched refs:roleChange (Results 1 - 4 of 4) sorted by relevance

/foundation/communication/bluetooth_service/services/bluetooth/stack/include/
H A Dbtm.h240 void (*roleChange)(uint8_t status, const BtAddr *addr, uint8_t newRole, void *context); member
/foundation/communication/bluetooth_service/services/bluetooth/stack/src/btm/
H A Dbtm_acl.c2231 if (block->callbacks->roleChange != NULL) { in BtmOnRoleChange()
2232 block->callbacks->roleChange(eventParam->status, &addr, eventParam->newRole, block->context); in BtmOnRoleChange()
2411 .roleChange = BtmOnRoleChange,
/foundation/communication/bluetooth_service/services/bluetooth/stack/src/hci/
H A Dhci.h996 void (*roleChange)(const HciRoleChangeEventParam *eventParam); member
/foundation/communication/bluetooth_service/services/bluetooth/stack/src/hci/evt/
H A Dhci_evt.c1062 if (callbacks->roleChange != NULL) { in HciEventOnRoleChangeEvent()
1063 callbacks->roleChange(param); in HciEventOnRoleChangeEvent()

Completed in 12 milliseconds