Home
last modified time | relevance | path

Searched refs:gatt_notify_phy_updated (Results 1 – 4 of 4) sorted by relevance

/system/bt/stack/btm/
Dbtm_ble.cc48 extern void gatt_notify_phy_updated(uint8_t status, uint16_t handle,
932 gatt_notify_phy_updated(GATT_REQ_NOT_SUPPORTED, handle, tx_phys, rx_phys); in BTM_BleSetPhy()
939 gatt_notify_phy_updated(GATT_REQ_NOT_SUPPORTED, handle, tx_phys, rx_phys); in BTM_BleSetPhy()
Dbtm_ble_gap.cc2051 gatt_notify_phy_updated(status, handle, tx_phy, rx_phy); in btm_ble_process_phy_update_pkt()
/system/bt/stack/gatt/
Dgatt_int.h487 extern void gatt_notify_phy_updated(uint8_t status, uint16_t handle,
Dgatt_main.cc480 void gatt_notify_phy_updated(uint8_t status, uint16_t handle, uint8_t tx_phy, in gatt_notify_phy_updated() function