HomeSort by relevance Sort by last modified time
    Searched refs:HID_CONN_STATE_SECURITY (Results 1 - 2 of 2) sorted by null

  /system/bt/stack/hid/
hid_conn.h 40 #define HID_CONN_STATE_SECURITY (6)
hidh_conn.c 177 if( res == BTM_SUCCESS && p_dev->conn.conn_state == HID_CONN_STATE_SECURITY )
272 p_hcon->conn_state = HID_CONN_STATE_SECURITY;
346 if( res == BTM_SUCCESS && p_dev->conn.conn_state == HID_CONN_STATE_SECURITY )
358 if( res != BTM_SUCCESS && p_dev->conn.conn_state == HID_CONN_STATE_SECURITY )
439 p_hcon->conn_state = HID_CONN_STATE_SECURITY;
    [all...]

Completed in 269 milliseconds