Home | History | Annotate | Download | only in gatt

Lines Matching refs:disc_type

428 tBTA_GATT_STATUS bta_gattc_discover_pri_service(UINT16 conn_id, tBTA_GATTC_SERV *p_server_cb, UINT8 disc_type)
436 return bta_gattc_discover_procedure(conn_id, p_server_cb, disc_type);
452 tBTA_GATT_STATUS bta_gattc_discover_procedure(UINT16 conn_id, tBTA_GATTC_SERV *p_server_cb, UINT8 disc_type)
459 if (disc_type == GATT_DISC_SRVC_ALL || disc_type == GATT_DISC_SRVC_BY_UUID)
466 if (disc_type == GATT_DISC_CHAR_DSCPT)
476 return GATTC_Discover (conn_id, disc_type, &param);
904 void bta_gattc_disc_res_cback (UINT16 conn_id, tGATT_DISC_TYPE disc_type, tGATT_DISC_RES *p_data)
914 switch (disc_type)
970 void bta_gattc_disc_cmpl_cback (UINT16 conn_id, tGATT_DISC_TYPE disc_type, tGATT_STATUS status)
986 switch (disc_type)