Home
last modified time | relevance | path

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

/system/bt/bta/hd/
Dbta_hd_main.cc46 typedef uint8_t tBTA_HD_STATE; typedef
53 static tBTA_HD_STATE get_state() { return bta_hd_cb.state; } in get_state()
55 static void set_state(tBTA_HD_STATE state) { bta_hd_cb.state = state; } in set_state()