Searched refs:gatt_notify_phy_updated (Results 1 – 4 of 4) sorted by relevance
/system/bt/stack/btm/ |
D | btm_ble.cc | 48 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()
|
D | btm_ble_gap.cc | 2051 gatt_notify_phy_updated(status, handle, tx_phy, rx_phy); in btm_ble_process_phy_update_pkt()
|
/system/bt/stack/gatt/ |
D | gatt_int.h | 487 extern void gatt_notify_phy_updated(uint8_t status, uint16_t handle,
|
D | gatt_main.cc | 480 void gatt_notify_phy_updated(uint8_t status, uint16_t handle, uint8_t tx_phy, in gatt_notify_phy_updated() function
|