Home
last modified time | relevance | path

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

/system/bt/stack/gatt/
Dgatt_main.c50 static void gatt_le_cong_cback(BD_ADDR remote_bda, BOOLEAN congest);
120 fixed_reg.pL2CA_FixedCong_Cb = gatt_le_cong_cback; /* congestion callback */ in gatt_init()
538 static void gatt_le_cong_cback(BD_ADDR remote_bda, BOOLEAN congested) in gatt_le_cong_cback() function