Home
last modified time | relevance | path

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

/external/bluetooth/bluedroid/stack/btm/
Dbtm_ble_int.h212 typedef UINT8 tBTM_BLE_CONN_ST; typedef
289 tBTM_BLE_CONN_ST conn_state;
330 extern tBTM_BLE_CONN_ST btm_ble_get_conn_st(void);
331 extern void btm_ble_set_conn_st(tBTM_BLE_CONN_ST new_st);
Dbtm_ble_bgconn.c652 tBTM_BLE_CONN_ST btm_ble_get_conn_st(void) in btm_ble_get_conn_st()
665 void btm_ble_set_conn_st(tBTM_BLE_CONN_ST new_st) in btm_ble_set_conn_st()
/external/bluetooth/bluedroid/stack/l2cap/
Dl2c_ble.c757 tBTM_BLE_CONN_ST conn_st = btm_ble_get_conn_st(); in l2cble_create_conn()